Class StandalonePackage
public class StandalonePackage : PackageContainer
  - Inheritance
 - 
      objectStandalonePackage
 
- Inherited Members
 
Constructors
StandalonePackage(Package)
public StandalonePackage(Package package)
  Parameters
packagePackage
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.