次の方法で共有


AssemblyDependencyResolver(String) コンストラクター

定義

コンポーネントのアセンブリへのパスを使用して、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 ファイルが必要です。 このファイルは、ビルド プロセス中に出力されます。

適用対象