DefaultDllImportSearchPathsAttribute(DllImportSearchPath) コンストラクター

定義

プラットフォームの対象の検索を呼び出すときに使用するパスを指定して、DefaultDllImportSearchPathsAttribute クラスの新しいインスタンスを初期化します。

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)

パラメーター

paths
DllImportSearchPath

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

適用対象