Class PackageLoadedAssembly
Represents an assembly that is loaded at runtime by the package.
public class PackageLoadedAssembly
- Inheritance
-
PackageLoadedAssembly
Constructors
PackageLoadedAssembly(ProjectReference, string)
public PackageLoadedAssembly(ProjectReference projectReference, string path)
Parameters
projectReference
ProjectReferencepath
string
Properties
Assembly
Gets or sets the loaded assembly. Could be null if not properly loaded.
public Assembly Assembly { get; set; }
Property Value
- Assembly
The assembly.
Path
Gets the path of the assembly.
public string Path { get; set; }
Property Value
- string
The path.
ProjectReference
Gets the project reference for this assembly.
public ProjectReference ProjectReference { get; }
Property Value
- ProjectReference
The project reference.