| VirtualMethodInvocationExpression Class |
Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST
The VirtualMethodInvocationExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| VirtualMethodInvocationExpression(MethodInfo, Expression) | Initializes a new instance of the VirtualMethodInvocationExpression class | |
| VirtualMethodInvocationExpression(EasyMethod, Expression) | Initializes a new instance of the VirtualMethodInvocationExpression class | |
| VirtualMethodInvocationExpression(Reference, MethodInfo, Expression) | Initializes a new instance of the VirtualMethodInvocationExpression class | |
| VirtualMethodInvocationExpression(Reference, EasyMethod, Expression) | Initializes a new instance of the VirtualMethodInvocationExpression class |
| Name | Description | |
|---|---|---|
| Emit | (Overrides MethodInvocationExpressionEmit(IEasyMember, ILGenerator).) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| _args | (Inherited from MethodInvocationExpression.) | |
| _method | (Inherited from MethodInvocationExpression.) | |
| _owner | (Inherited from MethodInvocationExpression.) |