C# Class BananaHook.ReflectionDetourNotifier

Inheritance: IDetourNotifier
Show file Open project: sgraf812/BananaHook Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ReflectionDetourNotifier ( HookFactory hookFactory, Delegate targetDelegate ) : System

Protected Methods

Method Description
OnDetourCalled ( DetourCallbackEventArgs e ) : void

Private Methods

Method Description
GenerateInterceptor ( Delegate targetDelegate ) : Delegate

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnDetourCalled() protected method

protected OnDetourCalled ( DetourCallbackEventArgs e ) : void
e DetourCallbackEventArgs
return void

ReflectionDetourNotifier() public method

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