Méthode | Description | |
---|---|---|
CFunction ( IEnvironment environment ) : System.Text | ||
Construct ( IEnvironment environment, IArgs args ) : IObject | ||
Initialize ( ) : void |
Méthode | Description | |
---|---|---|
Call ( IEnvironment environment, IArgs args ) : IDynamic |
public CFunction ( IEnvironment environment ) : System.Text | ||
environment | IEnvironment | |
Résultat | System.Text |
protected final Call ( IEnvironment environment, IArgs args ) : IDynamic | ||
environment | IEnvironment | |
args | IArgs | |
Résultat | IDynamic |
public Construct ( IEnvironment environment, IArgs args ) : IObject | ||
environment | IEnvironment | |
args | IArgs | |
Résultat | IObject |