C# 클래스 PointBlank.Services.DetourManager.DetourWrapper

파일 보기 프로젝트 열기: PointBlankMod/PointBlank 1 사용 예제들

공개 메소드들

메소드 설명
CallOriginal ( Array args, object instance = null ) : object
Detour ( ) : bool
DetourWrapper ( MethodInfo original, MethodInfo modified, DetourAttribute attribute, object instance = null ) : System
Revert ( ) : bool

메소드 상세

CallOriginal() 공개 메소드

public CallOriginal ( Array args, object instance = null ) : object
args Array
instance object
리턴 object

Detour() 공개 메소드

public Detour ( ) : bool
리턴 bool

DetourWrapper() 공개 메소드

public DetourWrapper ( MethodInfo original, MethodInfo modified, DetourAttribute attribute, object instance = null ) : System
original MethodInfo
modified MethodInfo
attribute DetourAttribute
instance object
리턴 System

Revert() 공개 메소드

public Revert ( ) : bool
리턴 bool