BananaHook.PatchingHook.PatchingHook C# (CSharp) Метод

PatchingHook() публичный Метод

public PatchingHook ( IMemory memory, IntPtr targetAddress, byte redirection ) : System
memory IMemory
targetAddress System.IntPtr
redirection byte
Результат System
        public PatchingHook(IMemory memory, IntPtr targetAddress, byte[] redirection)
        {
            Patch = new Patch(memory, targetAddress, redirection);
        }