Bagikan melalui


DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Konstruktor

Definisi

Menginisialisasi instans DefaultDllImportSearchPathsAttribute baru kelas, menentukan jalur yang akan digunakan saat mencari target pemanggilan platform.

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

Kombinasi bitwise dari nilai enumerasi yang menentukan jalur yang dicari LoadLibraryEx fungsi selama pemanggilan platform.

Berlaku untuk