DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Konstruktor

Definition

Initialisiert eine neue Instanz der DefaultDllImportSearchPathsAttribute Klasse und gibt die Pfade an, die beim Suchen nach den Zielen der Plattform aufgerufen werden sollen.

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 der Plattform aufruft.

Gilt für: