DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Konstruktor

Definice

Inicializuje novou instanci DefaultDllImportSearchPathsAttribute třídy určením cest, které se mají použít při hledání cílů volání platformy.

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 hledá během volání platformy.

Platí pro