C# 클래스 Z.Expressions.Extensions

파일 보기 프로젝트 열기: zzzprojects/Eval-Expression.NET

공개 메소드들

메소드 설명
Compile ( this code, Type>.IDictionary parameterTypes ) : object>.Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code ) : object>.Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code, IEnumerable parameterTypes ) : object>.Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7, Type type8, Type type9 ) : Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7, Type type8 ) : Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7 ) : Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6 ) : Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code, Type type1, Type type2, Type type3, Type type4, Type type5 ) : Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code, Type type1, Type type2, Type type3, Type type4 ) : Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code, Type type1, Type type2, Type type3 ) : Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code, Type type1, Type type2 ) : Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code, Type type1 ) : object>.Func

Compile the code or expression and return a delegate of type Func to execute.

Compile ( this code ) : Func

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code, Type>.IDictionary parameterTypes ) : object>>.Task

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code ) : object>>.Task

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code, IEnumerable parameterTypes ) : object>>.Task

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7, Type type8, Type type9 ) : Task>

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7, Type type8 ) : Task>

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7 ) : Task>

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6 ) : Task>

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4, Type type5 ) : Task>

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4 ) : Task>

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code, Type type1, Type type2, Type type3 ) : Task>

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code, Type type1, Type type2 ) : Task>

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code, Type type1 ) : object>>.Task

Compile the code or expression and return a delegate of type Func to execute.

CompileAsync ( this code ) : Task>

Compile the code or expression and return a delegate of type Func to execute.

Execute ( this code ) : object

Compile and evaluate the code or expression and return the result.

Execute ( this code, object parameters ) : object

Compile and evaluate the code or expression and return the result.

ExecuteAsync ( this code ) : Task

Compile and evaluate the code or expression and return the result.

ExecuteAsync ( this code, object parameters ) : Task

Compile and evaluate the code or expression and return the result.

메소드 상세

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code, Type>.IDictionary parameterTypes ) : object>.Func
code this The code or expression to compile.
parameterTypes Type>.IDictionary Parameter types used to compile the code or expression.
리턴 object>.Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code ) : object>.Func
code this The code or expression to compile.
리턴 object>.Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code, IEnumerable parameterTypes ) : object>.Func
code this The code or expression to compile.
parameterTypes IEnumerable Parameter types used to compile the code or expression.
리턴 object>.Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7, Type type8, Type type9 ) : Func
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
type5 Type The fifth type used to compile the code or expression.
type6 Type The sixth type used to compile the code or expression.
type7 Type The seventh type used to compile the code or expression.
type8 Type The eighth type used to compile the code or expression.
type9 Type The ninth type used to compile the code or expression.
리턴 Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7, Type type8 ) : Func
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
type5 Type The fifth type used to compile the code or expression.
type6 Type The sixth type used to compile the code or expression.
type7 Type The seventh type used to compile the code or expression.
type8 Type The eighth type used to compile the code or expression.
리턴 Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7 ) : Func
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
type5 Type The fifth type used to compile the code or expression.
type6 Type The sixth type used to compile the code or expression.
type7 Type The seventh type used to compile the code or expression.
리턴 Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6 ) : Func
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
type5 Type The fifth type used to compile the code or expression.
type6 Type The sixth type used to compile the code or expression.
리턴 Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code, Type type1, Type type2, Type type3, Type type4, Type type5 ) : Func
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
type5 Type The fifth type used to compile the code or expression.
리턴 Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code, Type type1, Type type2, Type type3, Type type4 ) : Func
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
리턴 Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code, Type type1, Type type2, Type type3 ) : Func
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
리턴 Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code, Type type1, Type type2 ) : Func
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
리턴 Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code, Type type1 ) : object>.Func
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
리턴 object>.Func

Compile() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static Compile ( this code ) : Func
code this The code or expression to compile.
리턴 Func

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code, Type>.IDictionary parameterTypes ) : object>>.Task
code this The code or expression to compile.
parameterTypes Type>.IDictionary Parameter types used to compile the code or expression.
리턴 object>>.Task

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code ) : object>>.Task
code this The code or expression to compile.
리턴 object>>.Task

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code, IEnumerable parameterTypes ) : object>>.Task
code this The code or expression to compile.
parameterTypes IEnumerable Parameter types used to compile the code or expression.
리턴 object>>.Task

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7, Type type8, Type type9 ) : Task>
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
type5 Type The fifth type used to compile the code or expression.
type6 Type The sixth type used to compile the code or expression.
type7 Type The seventh type used to compile the code or expression.
type8 Type The eighth type used to compile the code or expression.
type9 Type The ninth type used to compile the code or expression.
리턴 Task>

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7, Type type8 ) : Task>
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
type5 Type The fifth type used to compile the code or expression.
type6 Type The sixth type used to compile the code or expression.
type7 Type The seventh type used to compile the code or expression.
type8 Type The eighth type used to compile the code or expression.
리턴 Task>

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6, Type type7 ) : Task>
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
type5 Type The fifth type used to compile the code or expression.
type6 Type The sixth type used to compile the code or expression.
type7 Type The seventh type used to compile the code or expression.
리턴 Task>

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4, Type type5, Type type6 ) : Task>
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
type5 Type The fifth type used to compile the code or expression.
type6 Type The sixth type used to compile the code or expression.
리턴 Task>

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4, Type type5 ) : Task>
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
type5 Type The fifth type used to compile the code or expression.
리턴 Task>

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code, Type type1, Type type2, Type type3, Type type4 ) : Task>
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
type4 Type The fourth type used to compile the code or expression.
리턴 Task>

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code, Type type1, Type type2, Type type3 ) : Task>
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
type3 Type The third type used to compile the code or expression.
리턴 Task>

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code, Type type1, Type type2 ) : Task>
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
type2 Type The second type used to compile the code or expression.
리턴 Task>

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code, Type type1 ) : object>>.Task
code this The code or expression to compile.
type1 Type The first type used to compile the code or expression.
리턴 object>>.Task

CompileAsync() 공개 정적인 메소드

Compile the code or expression and return a delegate of type Func to execute.
public static CompileAsync ( this code ) : Task>
code this The code or expression to compile.
리턴 Task>

Execute() 공개 정적인 메소드

Compile and evaluate the code or expression and return the result.
public static Execute ( this code ) : object
code this The code or expression to evaluate.
리턴 object

Execute() 공개 정적인 메소드

Compile and evaluate the code or expression and return the result.
public static Execute ( this code, object parameters ) : object
code this The code or expression to evaluate.
parameters object The parameter values used to evaluates the code or expression.
리턴 object

ExecuteAsync() 공개 정적인 메소드

Compile and evaluate the code or expression and return the result.
public static ExecuteAsync ( this code ) : Task
code this The code or expression to evaluate.
리턴 Task

ExecuteAsync() 공개 정적인 메소드

Compile and evaluate the code or expression and return the result.
public static ExecuteAsync ( this code, object parameters ) : Task
code this The code or expression to evaluate.
parameters object The parameter values used to evaluates the code or expression.
리턴 Task