BananaHook.Infrastructure.MemoryPageProtector.MemoryPageProtector C# (CSharp) Method

MemoryPageProtector() public method

public MemoryPageProtector ( IMemoryProtection protection, IntPtr address, IntPtr length ) : System
protection IMemoryProtection
address System.IntPtr
length System.IntPtr
return System
        public MemoryPageProtector(IMemoryProtection protection, IntPtr address, IntPtr length)
        {
            _protection = protection;
            _address = address;
            _length = length;
        }