Метод | Описание | |
---|---|---|
Clone ( ) : |
Makes a shallow copy of current EvalContext.
|
|
Compile ( string code, Type>.IDictionary |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code ) : object>.Func |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code, IEnumerable |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
Compile ( string code ) : Func |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code, Type>.IDictionary |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code ) : object>>.Task |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code, IEnumerable |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code, |
Compile the code or expression and return a delegate of type Func to execute.
|
|
CompileAsync ( string code ) : Task |
Compile the code or expression and return a delegate of type Func to execute.
|
|
EvalContext ( ) : System | ||
ExecuteAsync ( string code ) : Task |
Compile and evaluate the code or expression and return the result.
|
|
ExecuteAsync ( string code, object parameters ) : Task |
Compile and evaluate the code or expression and return the result.
|
|
RegisterAlias ( string alias, string name ) : |
Registers an alias for a variable, constant or type name.
|
|
RegisterAssembly ( ) : |
Registers all types from all specified assemblies.
|
|
RegisterDefaultAlias ( ) : void |
Registers default alias (Extension Methods, Names, Static Members, Types and Values).
|
|
RegisterDefaultAliasSafe ( ) : void |
Registers default alias (Extension Methods, Names, Static Members, Types and Values).
|
|
RegisterDefaultAliasUnsafe ( ) : void |
Registers default alias (Extension Methods, Names, Static Members, Types and Values).
|
|
RegisterDomainAssemblies ( ) : |
Registers all types from all domain assemblies.
|
|
RegisterExtensionMethod ( ) : |
Registers all extension methods from specified types.
|
|
RegisterGlobalConstant ( string name, object value ) : |
Registers a global constant.
|
|
RegisterGlobalVariable ( string name, object value ) : |
Registers a global variable.
|
|
RegisterMember ( ) : |
||
RegisterStaticMember ( ) : |
Registers static member from specified types.
|
|
RegisterType ( ) : |
Registers specified types using Type.Name and Type.FullName as alias.
|
|
UnregisterAlias ( ) : |
Unregisters all alias for a variable, constant or type name.
|
|
UnregisterAll ( ) : |
Unregisters all kind of alias (Extension Methods, Names, Static Members, Types and Values).
|
|
UnregisterAssembly ( ) : |
Unregisters all types from all specified assemblies.
|
|
UnregisterExtensionMethod ( ) : |
Unregisters all extension methods from the specified types.
|
|
UnregisterGlobalConstant ( ) : |
Unregisters a global constant.
|
|
UnregisterGlobalVariable ( ) : |
Unregisters a global variable.
|
|
UnregisterMember ( ) : |
Unregisters member from specified types.
|
|
UnregisterStaticMember ( ) : |
Unregisters static member from specified types.
|
|
UnregisterType ( ) : |
Unregisters specified types using Type.Name and Type.FullName as alias.
|
public Compile ( string code, Type>.IDictionary |
||
code | string | The code or expression to compile. |
parameterTypes | Type>.IDictionary | Parameter types used to compile the code or expression. |
Результат | object>.Func |
public Compile ( string code ) : object>.Func |
||
code | string | The code or expression to compile. |
Результат | object>.Func |
public Compile ( string code, IEnumerable |
||
code | string | The code or expression to compile. |
parameterTypes | IEnumerable |
Parameter types used to compile the code or expression. |
Результат | object>.Func |
public Compile ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
type5 | The fifth type used to compile the code or expression. | |
type6 | The sixth type used to compile the code or expression. | |
type7 | The seventh type used to compile the code or expression. | |
type8 | The eighth type used to compile the code or expression. | |
type9 | The ninth type used to compile the code or expression. | |
Результат | Func |
public Compile ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
type5 | The fifth type used to compile the code or expression. | |
type6 | The sixth type used to compile the code or expression. | |
type7 | The seventh type used to compile the code or expression. | |
type8 | The eighth type used to compile the code or expression. | |
Результат | Func |
public Compile ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
type5 | The fifth type used to compile the code or expression. | |
type6 | The sixth type used to compile the code or expression. | |
type7 | The seventh type used to compile the code or expression. | |
Результат | Func |
public Compile ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
type5 | The fifth type used to compile the code or expression. | |
type6 | The sixth type used to compile the code or expression. | |
Результат | Func |
public Compile ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
type5 | The fifth type used to compile the code or expression. | |
Результат | Func |
public Compile ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
Результат | Func |
public Compile ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
Результат | Func |
public Compile ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
Результат | Func |
public Compile ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
Результат | object>.Func |
public Compile ( string code ) : Func | ||
code | string | The code or expression to compile. |
Результат | Func |
public CompileAsync ( string code, Type>.IDictionary |
||
code | string | The code or expression to compile. |
parameterTypes | Type>.IDictionary | Parameter types used to compile the code or expression. |
Результат | object>>.Task |
public CompileAsync ( string code ) : object>>.Task |
||
code | string | The code or expression to compile. |
Результат | object>>.Task |
public CompileAsync ( string code, IEnumerable |
||
code | string | The code or expression to compile. |
parameterTypes | IEnumerable |
Parameter types used to compile the code or expression. |
Результат | object>>.Task |
public CompileAsync ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
type5 | The fifth type used to compile the code or expression. | |
type6 | The sixth type used to compile the code or expression. | |
type7 | The seventh type used to compile the code or expression. | |
type8 | The eighth type used to compile the code or expression. | |
type9 | The ninth type used to compile the code or expression. | |
Результат | Task |
public CompileAsync ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
type5 | The fifth type used to compile the code or expression. | |
type6 | The sixth type used to compile the code or expression. | |
type7 | The seventh type used to compile the code or expression. | |
type8 | The eighth type used to compile the code or expression. | |
Результат | Task |
public CompileAsync ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
type5 | The fifth type used to compile the code or expression. | |
type6 | The sixth type used to compile the code or expression. | |
type7 | The seventh type used to compile the code or expression. | |
Результат | Task |
public CompileAsync ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
type5 | The fifth type used to compile the code or expression. | |
type6 | The sixth type used to compile the code or expression. | |
Результат | Task |
public CompileAsync ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
type5 | The fifth type used to compile the code or expression. | |
Результат | Task |
public CompileAsync ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
type4 | The fourth type used to compile the code or expression. | |
Результат | Task |
public CompileAsync ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
type3 | The third type used to compile the code or expression. | |
Результат | Task |
public CompileAsync ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
type2 | The second type used to compile the code or expression. | |
Результат | Task |
public CompileAsync ( string code, |
||
code | string | The code or expression to compile. |
type1 | The first type used to compile the code or expression. | |
Результат | object>>.Task |
public CompileAsync ( string code ) : Task |
||
code | string | The code or expression to compile. |
Результат | Task |
public ExecuteAsync ( string code ) : Task | ||
code | string | The code or expression to evaluate. |
Результат | Task |
public ExecuteAsync ( string code, object parameters ) : Task | ||
code | string | The code or expression to evaluate. |
parameters | object | The parameter values used to evaluates the code or expression. |
Результат | Task |
public RegisterAlias ( string alias, string name ) : |
||
alias | string | The alias to register. |
name | string | The variable, constant or type name to register for the specified alias. |
Результат |
public RegisterDefaultAliasSafe ( ) : void | ||
Результат | void |
public RegisterDefaultAliasUnsafe ( ) : void | ||
Результат | void |
public RegisterDomainAssemblies ( ) : |
||
Результат |
public RegisterExtensionMethod ( ) : |
||
Результат |
public RegisterGlobalConstant ( string name, object value ) : |
||
name | string | The global constant name. |
value | object | The global constant value. |
Результат |
public RegisterGlobalVariable ( string name, object value ) : |
||
name | string | The global variable name. |
value | object | The global variable value. |
Результат |
public RegisterStaticMember ( ) : |
||
Результат |
public UnregisterAssembly ( ) : |
||
Результат |
public UnregisterExtensionMethod ( ) : |
||
Результат |
public UnregisterGlobalConstant ( ) : |
||
Результат |
public UnregisterGlobalVariable ( ) : |
||
Результат |
public UnregisterStaticMember ( ) : |
||
Результат |