SessionStateProviderEntry Class

Definition

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

Constructors

Name Description
SessionStateProviderEntry(String, Type, String)

Properties

Name Description
HelpFileName
ImplementingType
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)
Visibility (Inherited from ConstrainedSessionStateEntry)

Methods

Name Description
Clone()

Shallow-clone this object...

Applies to