Méthode | Description | |
---|---|---|
CompileAction ( |
Compiles the input linqExpression into a Linq expression tree
|
|
CompileFunction ( |
Compiles the input linqExpression into a Linq expression tree
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
DynamicCodeCompiler ( ILogFactory log ) : System | ||
ResetState ( ) : void |
Resets the state of the instance before re-adding it to the pool There is no guarantee that this method is called for instances not being added to the pool |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
public CompileAction ( |
||
linqExpression | The linqExpression. | |
Résultat | object>.Action |
public CompileFunction ( |
||
linqExpression | The linqExpression. | |
Résultat | Func |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public DynamicCodeCompiler ( ILogFactory log ) : System | ||
log | ILogFactory | |
Résultat | System |