C# 클래스 CryoAOP.Core.Invocation

파일 보기 프로젝트 열기: fir3pho3nixx/cryo-aop 1 사용 예제들

공개 메소드들

메소드 설명
CancelInvocation ( ) : void
ContinueInvocation ( ) : void
Invocation ( System type, MethodInfo method ) : System.Reflection
Invocation ( System type, PropertyInfo property, MethodInfo method ) : System.Reflection
Invocation ( object instance, System type, MethodInfo method ) : System.Reflection
Invocation ( object instance, System type, PropertyInfo property, MethodInfo method ) : System.Reflection
ToString ( ) : string

보호된 메소드들

메소드 설명
ValidateResult ( ) : void

메소드 상세

CancelInvocation() 공개 메소드

public CancelInvocation ( ) : void
리턴 void

ContinueInvocation() 공개 메소드

public ContinueInvocation ( ) : void
리턴 void

Invocation() 공개 메소드

public Invocation ( System type, MethodInfo method ) : System.Reflection
type System
method System.Reflection.MethodInfo
리턴 System.Reflection

Invocation() 공개 메소드

public Invocation ( System type, PropertyInfo property, MethodInfo method ) : System.Reflection
type System
property System.Reflection.PropertyInfo
method System.Reflection.MethodInfo
리턴 System.Reflection

Invocation() 공개 메소드

public Invocation ( object instance, System type, MethodInfo method ) : System.Reflection
instance object
type System
method System.Reflection.MethodInfo
리턴 System.Reflection

Invocation() 공개 메소드

public Invocation ( object instance, System type, PropertyInfo property, MethodInfo method ) : System.Reflection
instance object
type System
property System.Reflection.PropertyInfo
method System.Reflection.MethodInfo
리턴 System.Reflection

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ValidateResult() 보호된 메소드

protected ValidateResult ( ) : void
리턴 void