Class StandalonePackage
public class StandalonePackage : PackageContainer
- Inheritance
-
StandalonePackage
- Inherited Members
Constructors
StandalonePackage(Package)
public StandalonePackage(Package package)
Parameters
package
Package
Properties
Assemblies
Optional list of assemblies to load, typically filled using NuGet.
public List<string> Assemblies { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.