Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
CsDebugScript
MemoryRegion
C# Class CsDebugScript.MemoryRegion
Region of memory that application is using.
Mostra file
Open project: southpolenator/WinDbgCs
Class Usage Examples
Public Properties
Property
Type
Description
BaseAddress
ulong
RegionSize
ulong
Private Properties
Property
Type
Description
Public Methods
Method
Description
ToString
( ) :
string
Returns a
System.String
that represents this instance.
Method Details
ToString()
public
method
Returns a
System.String
that represents this instance.
public
ToString
( ) :
string
return
string
Property Details
BaseAddress
public_oe property
The base address
public
ulong
BaseAddress
return
ulong
RegionSize
public_oe property
The region size
public
ulong
RegionSize
return
ulong