C# 클래스 BananaHook.ReflectionDetourNotifier

상속: IDetourNotifier
파일 보기 프로젝트 열기: sgraf812/BananaHook 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ReflectionDetourNotifier ( HookFactory hookFactory, Delegate targetDelegate ) : System

보호된 메소드들

메소드 설명
OnDetourCalled ( DetourCallbackEventArgs e ) : void

비공개 메소드들

메소드 설명
GenerateInterceptor ( Delegate targetDelegate ) : Delegate

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnDetourCalled() 보호된 메소드

protected OnDetourCalled ( DetourCallbackEventArgs e ) : void
e DetourCallbackEventArgs
리턴 void

ReflectionDetourNotifier() 공개 메소드

public ReflectionDetourNotifier ( HookFactory hookFactory, Delegate targetDelegate ) : System
hookFactory HookFactory
targetDelegate System.Delegate
리턴 System