C# 클래스 Castle.DynamicProxy.Generators.Emitters.SimpleAST.MethodInvocationExpression

상속: Expression
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
args Castle.DynamicProxy.Generators.Emitters.SimpleAST.Expression[]
method System.Reflection.MethodInfo
owner Reference

공개 메소드들

메소드 설명
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

메소드 상세

Emit() 공개 메소드

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

MethodInvocationExpression() 공개 메소드

public MethodInvocationExpression ( MethodEmitter method ) : System
method MethodEmitter
리턴 System

MethodInvocationExpression() 공개 메소드

public MethodInvocationExpression ( MethodInfo method ) : System
method System.Reflection.MethodInfo
리턴 System

MethodInvocationExpression() 공개 메소드

public MethodInvocationExpression ( Reference owner, MethodEmitter method ) : System
owner Reference
method MethodEmitter
리턴 System

MethodInvocationExpression() 공개 메소드

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

프로퍼티 상세

args 보호되어 있는 프로퍼티

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

method 보호되어 있는 프로퍼티

protected MethodInfo,System.Reflection method
리턴 System.Reflection.MethodInfo

owner 보호되어 있는 프로퍼티

protected Reference owner
리턴 Reference