Property | Type | Description | |
---|---|---|---|
_args | Expression[] | ||
_method | MethodInfo | ||
_owner | Reference |
Method | Description | |
---|---|---|
Emit ( IEasyMember member, |
||
MethodInvocationExpression ( EasyMethod method ) : System | ||
MethodInvocationExpression ( |
||
MethodInvocationExpression ( Reference owner, EasyMethod method ) : System | ||
MethodInvocationExpression ( Reference owner, MethodInfo method ) : System |
public Emit ( IEasyMember member, |
||
member | IEasyMember | |
gen | ||
return | void |
public MethodInvocationExpression ( EasyMethod method ) : System | ||
method | EasyMethod | |
return | System |
public MethodInvocationExpression ( |
||
method | ||
return | System |
public MethodInvocationExpression ( Reference owner, EasyMethod method ) : System | ||
owner | Reference | |
method | EasyMethod | |
return | System |
public MethodInvocationExpression ( Reference owner, MethodInfo method ) : System | ||
owner | Reference | |
method | MethodInfo | |
return | System |