Sdílet prostřednictvím


AssemblyDependencyResolver(String) Konstruktor

Definice

Inicializuje novou instanci AssemblyDependencyResolver třídy cestou k sestavení komponenty.

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)

Parametry

componentAssemblyPath
String

Cesta ke spravovanému vstupnímu bodu komponenty nebo modulu plug-in.

Poznámky

componentAssemblyPath může být relativní nebo absolutní cesta. Sestavení musí mít doprovodný soubor deps.json ve stejném adresáři, který popisuje závislosti sestavení. Tento soubor je výstupem během procesu sestavení.

Platí pro