C# Class System.Management.Automation.PSVariable

Inheritance: IHasSessionStateEntryVisibility
Afficher le fichier Open project: Pash-Project/Pash Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetBaseObjectValue ( ) : object

Method Details

IsValidValue() public méthode

public IsValidValue ( object value ) : bool
value object
Résultat bool

PSVariable() public méthode

public PSVariable ( string name ) : System
name string
Résultat System

PSVariable() public méthode

public PSVariable ( string name, object value ) : System
name string
value object
Résultat System

PSVariable() public méthode

public PSVariable ( string name, object value, ScopedItemOptions options ) : System
name string
value object
options ScopedItemOptions
Résultat System

PSVariable() public méthode

public PSVariable ( string name, object value, ScopedItemOptions options, Collection attributes ) : System
name string
value object
options ScopedItemOptions
attributes Collection
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string