DefaultDllImportSearchPathsAttribute.Paths プロパティ

定義

LoadLibraryEx 関数がプラットフォーム呼び出しの間に検索するパスを指定する列挙値のビットごとの組み合わせを取得します。

public:
 property System::Runtime::InteropServices::DllImportSearchPath Paths { System::Runtime::InteropServices::DllImportSearchPath get(); };
public System.Runtime.InteropServices.DllImportSearchPath Paths { get; }
member this.Paths : System.Runtime.InteropServices.DllImportSearchPath
Public ReadOnly Property Paths As DllImportSearchPath

プロパティ値

DllImportSearchPath

プラットフォーム呼び出しの検索パスを指定する列挙値のビットごとの組み合わせ。

注釈

属性が DefaultDllImportSearchPathsAttribute アセンブリに適用されると、既定でパスを使用して、アセンブリ内のコードによって実行されるプラットフォーム呼び出しのターゲットが検索されます。 属性が個々のプラットフォーム呼び出しに適用されると、パスを使用して個々のプラットフォーム呼び出しのターゲットを検索し、アセンブリに指定されたパスをオーバーライドします。

適用対象