BananaHook.Detour.Detour C# (CSharp) 메소드

Detour() 공개 메소드

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