C# Class Castle.DynamicProxy.Generators.Emitters.SimpleAST.MethodInvocationExpression

Inheritance: Expression
ファイルを表示 Open project: nats/castle-1.0.3-mono Class Usage Examples

Protected Properties

Property Type Description
args Castle.DynamicProxy.Generators.Emitters.SimpleAST.Expression[]
method System.Reflection.MethodInfo
owner Reference

Public Methods

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

Method Details

Emit() public method

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

MethodInvocationExpression() public method

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

MethodInvocationExpression() public method

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

MethodInvocationExpression() public method

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

MethodInvocationExpression() public method

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

Property Details

args protected_oe property

protected Expression[],Castle.DynamicProxy.Generators.Emitters.SimpleAST args
return Castle.DynamicProxy.Generators.Emitters.SimpleAST.Expression[]

method protected_oe property

protected MethodInfo,System.Reflection method
return System.Reflection.MethodInfo

owner protected_oe property

protected Reference owner
return Reference