Click or drag to resize
MethodInvocationExpression Class
Summary description for MethodInvocationExpression.
Inheritance Hierarchy

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class MethodInvocationExpression : Expression

The MethodInvocationExpression type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEmit (Overrides ExpressionEmit(IEasyMember, ILGenerator).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected field_args
Protected field_method
Protected field_owner
Top
See Also