SessionStateAssemblyEntry Class

Definition

An assembly to load for this sessionstate...

public ref class SessionStateAssemblyEntry sealed : System::Management::Automation::Runspaces::InitialSessionStateEntry
public sealed class SessionStateAssemblyEntry : System.Management.Automation.Runspaces.InitialSessionStateEntry
type SessionStateAssemblyEntry = class
    inherit InitialSessionStateEntry
Public NotInheritable Class SessionStateAssemblyEntry
Inherits InitialSessionStateEntry
Inheritance
SessionStateAssemblyEntry

Constructors

SessionStateAssemblyEntry(String)

Create a named entry for the assembly to load, specifying just the name.

SessionStateAssemblyEntry(String, String)

Create a named entry for the assembly to load with both the name and the path to the assembly as a backup.

Properties

FileName

Return the assembly file name...

Module

The SnapIn to load from initially.

(Inherited from InitialSessionStateEntry)
Name

The name of this entry.

(Inherited from InitialSessionStateEntry)
PSSnapIn

The SnapIn to load from initially.

(Inherited from InitialSessionStateEntry)

Methods

Clone()

Shallow-clone this object.

Applies to