DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Konstruktor

Definition

Initialisiert eine neue Instanz der DefaultDllImportSearchPathsAttribute-Klasse und gibt die Pfade an, die bei der Suche nach den Zielen von Plattformaufrufen zu verwenden sind.

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)

Parameter

paths
DllImportSearchPath

Eine bitweise Kombination von Enumerationswerten, die die Pfade angeben, die die LoadLibraryEx Funktion während des Plattformaufrufs durchsucht.

Gilt für: