DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Konstruktor

Definice

Inicializuje novou instanci DefaultDllImportSearchPathsAttribute třídy a určuje cesty, které se mají použít při hledání cílů platformy vyvolá.

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)

Parametry

paths
DllImportSearchPath

Bitové kombinace hodnot výčtu, které určují cesty, které LoadLibraryEx funkce vyhledává během volání platformy.

Platí pro