C# Class Castle.DynamicProxy.Builder.CodeBuilder.SimpleAST.MethodInvocationExpression

Inheritance: Castle.DynamicProxy.Builder.CodeBuilder.SimpleAST.Expression
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Protected Properties

Property Type Description
_args Expression[]
_method MethodInfo
_owner Reference

Public Methods

Method Description
Emit ( IEasyMember member, ILGenerator gen ) : void
MethodInvocationExpression ( EasyMethod method ) : System
MethodInvocationExpression ( MethodInfo method ) : System
MethodInvocationExpression ( Reference owner, EasyMethod method ) : System
MethodInvocationExpression ( Reference owner, MethodInfo method ) : System

Method Details

Emit() public method

public Emit ( IEasyMember member, ILGenerator gen ) : void
member IEasyMember
gen System.Reflection.Emit.ILGenerator
return void

MethodInvocationExpression() public method

public MethodInvocationExpression ( EasyMethod method ) : System
method EasyMethod
return System

MethodInvocationExpression() public method

public MethodInvocationExpression ( MethodInfo method ) : System
method System.Reflection.MethodInfo
return System

MethodInvocationExpression() public method

public MethodInvocationExpression ( Reference owner, EasyMethod method ) : System
owner Reference
method EasyMethod
return System

MethodInvocationExpression() public method

public MethodInvocationExpression ( Reference owner, MethodInfo method ) : System
owner Reference
method MethodInfo
return System

Property Details

_args protected property

protected Expression[] _args
return Expression[]

_method protected property

protected MethodInfo _method
return MethodInfo

_owner protected property

protected Reference _owner
return Reference