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 |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
GetBaseObjectValue ( ) : object |
public PSVariable ( string name, object value ) : System | ||
name | string | |
value | object | |
return | System |
public PSVariable ( string name, object value, ScopedItemOptions options ) : System | ||
name | string | |
value | object | |
options | ScopedItemOptions | |
return | System |
public PSVariable ( string name, object value, ScopedItemOptions options, Collection |
||
name | string | |
value | object | |
options | ScopedItemOptions | |
attributes | Collection |
|
return | System |