DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Oluşturucu

Tanım

Platform çağrılarının DefaultDllImportSearchPathsAttribute hedeflerini ararken kullanılacak yolları belirterek sınıfının yeni bir örneğini başlatır.

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)

Parametreler

paths
DllImportSearchPath

Platform çağrıları sırasında işlevin arama yaptığı yolları belirten sabit listesi değerlerinin LoadLibraryEx bit düzeyinde birleşimi.

Şunlara uygulanır