DefaultDllImportSearchPathsAttribute(DllImportSearchPath) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プラットフォームの対象の検索を呼び出すときに使用するパスを指定して、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
指定する列挙値のビットごとの組み合わせ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET