Method |
Description |
|
GenerateArrayIndex ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateAssignment ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateBinaryOperator ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateCall ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateConstantType ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateConvert ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateField ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateInvoke ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateLambda ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateNew ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateProperty ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateUnaryOperator ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateUserDefinedBinaryOperator ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GenerateUserDefinedUnaryOperator ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCALL pExpr ) : ExpressionEXPR |
|
|
GetArgumentsFromArrayInit ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRARRINIT arrinit ) : System.Linq.Expressions.Expression[] |
|
|
GetConstructorInfoFromExpr ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRMETHODINFO methinfo ) : ConstructorInfo |
|
|
GetExpression ( EXPR pExpr ) : Expression |
|
|
GetMethodInfoFromExpr ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRMETHODINFO methinfo ) : MethodInfo |
|
|
GetObject ( EXPR pExpr ) : object |
|
|
GetPropertyInfoFromExpr ( Microsoft.CSharp.RuntimeBinder.Semantics.EXPRPropertyInfo propinfo ) : PropertyInfo |
|
|
TypesAreEqual ( Type t1, Type t2 ) : bool |
|
|