DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Costruttore

Definizione

Inizializza una nuova istanza della DefaultDllImportSearchPathsAttribute classe , specificando i percorsi da utilizzare durante la ricerca delle destinazioni di platform invoke.

public:
 DefaultDllImportSearchPathsAttribute(System::Runtime::InteropServices::DllImportSearchPath paths);
public DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath paths);
new System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute : System.Runtime.InteropServices.DllImportSearchPath -> System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute
Public Sub New (paths As DllImportSearchPath)

Parametri

paths
DllImportSearchPath

Combinazione bit per bit di valori di enumerazione che specificano i percorsi cercati dalla funzione durante le LoadLibraryEx chiamate della piattaforma.

Si applica a