C# Class System.Management.Automation.PSVariable

Inheritance: IHasSessionStateEntryVisibility
Show file Open project: Pash-Project/Pash Class Usage Examples

Public Methods

Method Description
IsValidValue ( object value ) : bool
PSVariable ( string name ) : System
PSVariable ( string name, object value ) : System
PSVariable ( string name, object value, ScopedItemOptions options ) : System
PSVariable ( string name, object value, ScopedItemOptions options, Collection attributes ) : System
ToString ( ) : string

Private Methods

Method Description
GetBaseObjectValue ( ) : object

Method Details

IsValidValue() public method

public IsValidValue ( object value ) : bool
value object
return bool

PSVariable() public method

public PSVariable ( string name ) : System
name string
return System

PSVariable() public method

public PSVariable ( string name, object value ) : System
name string
value object
return System

PSVariable() public method

public PSVariable ( string name, object value, ScopedItemOptions options ) : System
name string
value object
options ScopedItemOptions
return System

PSVariable() public method

public PSVariable ( string name, object value, ScopedItemOptions options, Collection attributes ) : System
name string
value object
options ScopedItemOptions
attributes Collection
return System

ToString() public method

public ToString ( ) : string
return string