DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Konstruktor

Definicja

Inicjuje nowe wystąpienie DefaultDllImportSearchPathsAttribute klasy, określając ścieżki do użycia podczas wyszukiwania obiektów docelowych wywołań 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

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

Dotyczy