How do you declare an unnamed procedure within .NET?

 Posted by Tripati_tutu on 12/4/2010 | Category: ASP.NET Interview questions | Views: 4045 | Points: 40
Answer:

Use the DllImport attribute or a visual c# .Net declare statement to declare an unmanaged procedure for use with a .NET assembly. The DllImport attribute is found in the System.Runtime.InteropServices namespace.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response