Méthode | Description | |
---|---|---|
Context ( ) : System | ||
Context ( IContext parent ) : System | ||
DefineVariable ( string name ) : void | ||
GetNames ( ) : ICollection |
||
GetValue ( string name ) : object | ||
RemoveValue ( string name ) : void | ||
SetValue ( string name, object value ) : void |
public Context ( IContext parent ) : System | ||
parent | IContext | |
Résultat | System |
public DefineVariable ( string name ) : void | ||
name | string | |
Résultat | void |
public SetValue ( string name, object value ) : void | ||
name | string | |
value | object | |
Résultat | void |