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

プロパティ値

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

注釈

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

適用対象