BananaHook.Detour.Detour C# (CSharp) Method

Detour() public method

public Detour ( IHook hook, Delegate targetDelegate ) : System
hook IHook
targetDelegate System.Delegate
return System
        public Detour(IHook hook, Delegate targetDelegate)
        {
            _hook = hook;
            _targetDelegate = targetDelegate;
        }