BananaHook.Infrastructure.MemoryPageProtector.MemoryPageProtector C# (CSharp) Méthode

MemoryPageProtector() public méthode

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