Interview Questions

Why does DllImport not work for me?

C# Interview Questions and Answers


(Continued from previous question...)

146. Why does DllImport not work for me?

All methods marked with the DllImport attribute must be marked as public static extern.

(Continued on next question...)

Other Interview Questions