LibraryImportAttribute(String) Constructor

Definition

Initializes a new instance of the LibraryImportAttribute.

public:
 LibraryImportAttribute(System::String ^ libraryName);
public LibraryImportAttribute (string libraryName);
new System.Runtime.InteropServices.LibraryImportAttribute : string -> System.Runtime.InteropServices.LibraryImportAttribute
Public Sub New (libraryName As String)

Parameters

libraryName
String

Name of the library containing the import.

Applies to