C# Class Kudu.Core.Infrastructure.ProcessExtensions.ProcessNativeMethods.MEMORY_BASIC_INFORMATION

Show file Open project: projectkudu/kudu

Public Properties

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

Property Details

AllocationBase public property

public IntPtr,System AllocationBase
return System.IntPtr

AllocationProtect public property

public int AllocationProtect
return int

BaseAddress public property

public IntPtr,System BaseAddress
return System.IntPtr

Protect public property

public int Protect
return int

RegionSize public property

public IntPtr,System RegionSize
return System.IntPtr

State public property

public int State
return int

Type public property

public int Type
return int