C# Class PatchIat.MemoryBasicInformation

Show file Open project: jystic/patch-iat Class Usage Examples

Public Properties

Property Type Description
AllocationBase System.IntPtr
AllocationProtect System.UInt32
BaseAddress System.IntPtr
Protect MemoryProtectionOptions
RegionSize System.IntPtr
State System.UInt32
Type System.UInt32

Property Details

AllocationBase public property

public IntPtr,System AllocationBase
return System.IntPtr

AllocationProtect public property

public UInt32,System AllocationProtect
return System.UInt32

BaseAddress public property

public IntPtr,System BaseAddress
return System.IntPtr

Protect public property

public MemoryProtectionOptions Protect
return MemoryProtectionOptions

RegionSize public property

public IntPtr,System RegionSize
return System.IntPtr

State public property

public UInt32,System State
return System.UInt32

Type public property

public UInt32,System Type
return System.UInt32