Method | Description | |
---|---|---|
Close ( ) : void | ||
DumpReaderLogger ( IDataReader impl ) : System | ||
EnumerateAllThreads ( ) : IEnumerable |
||
EnumerateModules ( ) : IList |
||
Flush ( ) : void | ||
GetArchitecture ( ) : Architecture | ||
GetPointerSize ( ) : uint | ||
GetThreadContext ( uint threadID, uint contextFlags, uint contextSize, |
||
GetThreadContext ( uint threadID, uint contextFlags, uint contextSize, byte context ) : bool | ||
GetThreadTeb ( uint thread ) : ulong | ||
GetVersionInfo ( ulong baseAddress, Microsoft.Diagnostics.Runtime.VersionInfo &version ) : void | ||
ReadDwordUnsafe ( ulong addr ) : uint | ||
ReadMemory ( ulong address, |
||
ReadMemory ( ulong address, byte buffer, int bytesRequested, int &bytesRead ) : bool | ||
ReadMemoryAsync ( ulong address, int bytesRequested ) : Microsoft.Diagnostics.Runtime.AsyncMemoryReadResult | ||
ReadPointerUnsafe ( ulong addr ) : ulong | ||
VirtualQuery ( ulong addr, Microsoft.Diagnostics.Runtime.VirtualQueryData &vq ) : bool |
Method | Description | |
---|---|---|
AddRange ( ulong start, ulong end ) : void |
public DumpReaderLogger ( IDataReader impl ) : System | ||
impl | IDataReader | |
return | System |
public GetThreadContext ( uint threadID, uint contextFlags, uint contextSize, |
||
threadID | uint | |
contextFlags | uint | |
contextSize | uint | |
context | ||
return | bool |
public GetThreadContext ( uint threadID, uint contextFlags, uint contextSize, byte context ) : bool | ||
threadID | uint | |
contextFlags | uint | |
contextSize | uint | |
context | byte | |
return | bool |
public GetVersionInfo ( ulong baseAddress, Microsoft.Diagnostics.Runtime.VersionInfo &version ) : void | ||
baseAddress | ulong | |
version | Microsoft.Diagnostics.Runtime.VersionInfo | |
return | void |
public ReadMemory ( ulong address, |
||
address | ulong | |
buffer | ||
bytesRequested | int | |
bytesRead | int | |
return | bool |
public ReadMemory ( ulong address, byte buffer, int bytesRequested, int &bytesRead ) : bool | ||
address | ulong | |
buffer | byte | |
bytesRequested | int | |
bytesRead | int | |
return | bool |
public ReadMemoryAsync ( ulong address, int bytesRequested ) : Microsoft.Diagnostics.Runtime.AsyncMemoryReadResult | ||
address | ulong | |
bytesRequested | int | |
return | Microsoft.Diagnostics.Runtime.AsyncMemoryReadResult |
public ReadPointerUnsafe ( ulong addr ) : ulong | ||
addr | ulong | |
return | ulong |
public VirtualQuery ( ulong addr, Microsoft.Diagnostics.Runtime.VirtualQueryData &vq ) : bool | ||
addr | ulong | |
vq | Microsoft.Diagnostics.Runtime.VirtualQueryData | |
return | bool |