C# 클래스 Castle.DynamicProxy.Builder.CodeBuilder.SimpleAST.MethodInvocationExpression

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

보호된 프로퍼티들

프로퍼티 타입 설명
_args Expression[]
_method MethodInfo
_owner Reference

공개 메소드들

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

메소드 상세

Emit() 공개 메소드

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

MethodInvocationExpression() 공개 메소드

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

MethodInvocationExpression() 공개 메소드

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

MethodInvocationExpression() 공개 메소드

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

MethodInvocationExpression() 공개 메소드

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

프로퍼티 상세

_args 보호되어 있는 프로퍼티

protected Expression[] _args
리턴 Expression[]

_method 보호되어 있는 프로퍼티

protected MethodInfo _method
리턴 MethodInfo

_owner 보호되어 있는 프로퍼티

protected Reference _owner
리턴 Reference