SessionStateVariableEntry Class (System.Management.Automation.Runspaces)

Switch View :
ScriptFree
SessionStateVariableEntry Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines a variable for an initial session state configuration. The initial session state of a runspace defines the elements, such as variables, that are available when the runspace is opened.This class is introduced in Windows PowerShell 2.0.


Namespace: System.Management.Automation.Runspaces
Assembly: System.Management.Automation (in System.Management.Automation)
Usage

Visual Basic
Dim instance As SessionStateVariableEntry

Syntax

Visual Basic
Public NotInheritable Class SessionStateVariableEntry
	Inherits ConstrainedSessionStateEntry
C#
public sealed class SessionStateVariableEntry : ConstrainedSessionStateEntry
C++
public ref class SessionStateVariableEntry sealed : public ConstrainedSessionStateEntry
J#
public final class SessionStateVariableEntry extends ConstrainedSessionStateEntry
JScript
public final class SessionStateVariableEntry extends ConstrainedSessionStateEntry
Example

A Windows PowerShell 2.0 example. The following example shows how to add two variables to the initial session state.

C#
InitialSessionState iss = InitialSessionState.CreateDefault();

Remarks

A variable entry is added to the initial session state through the InitialSessionStateEntryCollection object associated with the InitialSessionState.Variables property.


Inheritance Hierarchy

System.Object
   System.Management.Automation.Runspaces.InitialSessionStateEntry
     System.Management.Automation.Runspaces.ConstrainedSessionStateEntry
      System.Management.Automation.Runspaces.SessionStateVariableEntry
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

 

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP, Windows 7, Windows 2008 R2, Windows Developer Preview, Windows Server Developer Preview
Change History

See Also

Send comments about this topic to Microsoft.