AssemblyDependencyResolver(String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントのアセンブリへのパスを使用して、AssemblyDependencyResolver クラスの新しいインスタンスを初期化します。
public:
AssemblyDependencyResolver(System::String ^ componentAssemblyPath);
public AssemblyDependencyResolver (string componentAssemblyPath);
new System.Runtime.Loader.AssemblyDependencyResolver : string -> System.Runtime.Loader.AssemblyDependencyResolver
Public Sub New (componentAssemblyPath As String)
パラメーター
- componentAssemblyPath
- String
コンポーネントまたはプラグインのマネージド エントリ ポイントへのパス。
注釈
componentAssemblyPath
には、相対パスまたは絶対パスを指定できます。 アセンブリの依存関係を記述するのと同じディレクトリに、アセンブリに付随する deps.json ファイルが必要です。 このファイルは、ビルド プロセス中に出力されます。