DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Costruttore

Definizione

Inizializza una nuova istanza della classe DefaultDllImportSearchPathsAttribute, specificando i percorsi da utilizzare nella 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 che la funzione cerca durante le chiamate della LoadLibraryEx piattaforma.

Si applica a