C# Class CsDebugScript.MemoryRegion

Region of memory that application is using.
Afficher le fichier Open project: southpolenator/WinDbgCs Class Usage Examples

Méthodes publiques

Свойство Type Description
BaseAddress ulong
RegionSize ulong

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

Property Details

BaseAddress public_oe property

The base address
public ulong BaseAddress
Résultat ulong

RegionSize public_oe property

The region size
public ulong RegionSize
Résultat ulong