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

Mostra 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_oe property

public IntPtr,System AllocationBase
return System.IntPtr

AllocationProtect public_oe property

public int AllocationProtect
return int

BaseAddress public_oe property

public IntPtr,System BaseAddress
return System.IntPtr

Protect public_oe property

public int Protect
return int

RegionSize public_oe property

public IntPtr,System RegionSize
return System.IntPtr

State public_oe property

public int State
return int

Type public_oe property

public int Type
return int