C# Class BananaHook.Detour

Show file Open project: sgraf812/BananaHook Class Usage Examples

Public Methods

Method Description
Detour ( IHook hook, Delegate targetDelegate ) : System
Invoke ( ) : object

Method Details

Detour() public method

public Detour ( IHook hook, Delegate targetDelegate ) : System
hook IHook
targetDelegate System.Delegate
return System

Invoke() public method

public Invoke ( ) : object
return object