DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Konstruktor

Definicja

Inicjuje DefaultDllImportSearchPathsAttribute nowe wystąpienie klasy, określając ścieżki do użycia podczas wyszukiwania obiektów docelowych platformy wywołań.

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

Bitowa kombinacja wartości wyliczenia, które określają ścieżki, które LoadLibraryEx funkcja wyszukuje podczas wywoływania platformy.

Dotyczy