InitialSessionState.Assemblies Property

Definition

The list of assemblies to load...

public:
 virtual property System::Management::Automation::Runspaces::InitialSessionStateEntryCollection<System::Management::Automation::Runspaces::SessionStateAssemblyEntry ^> ^ Assemblies { System::Management::Automation::Runspaces::InitialSessionStateEntryCollection<System::Management::Automation::Runspaces::SessionStateAssemblyEntry ^> ^ get(); };
public virtual System.Management.Automation.Runspaces.InitialSessionStateEntryCollection<System.Management.Automation.Runspaces.SessionStateAssemblyEntry> Assemblies { get; }
member this.Assemblies : System.Management.Automation.Runspaces.InitialSessionStateEntryCollection<System.Management.Automation.Runspaces.SessionStateAssemblyEntry>
Public Overridable ReadOnly Property Assemblies As InitialSessionStateEntryCollection(Of SessionStateAssemblyEntry)

Property Value

Applies to