BananaHook.Infrastructure.MemoryPageProtector.MemoryPageProtector C# (CSharp) 메소드

MemoryPageProtector() 공개 메소드

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