public MemoryPageProtector(IMemoryProtection protection, IntPtr address, IntPtr length)
 {
     _protection = protection;
     _address = address;
     _length = length;
 }
Beispiel #2
0
 public MemoryPageProtector(IMemoryProtection protection, IntPtr address, IntPtr length)
 {
     _protection = protection;
     _address    = address;
     _length     = length;
 }