What is the syntax required to load and use a normal unmanaged windows DLL (e.g. kernel32.DLL) in a managed .NET C# code?
Correct Answer: [DllImport(''kernel32'', SetLastError=true)]
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions