Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
AddRange ( ulong start, ulong end ) : void |
public DumpReaderLogger ( IDataReader impl ) : System | ||
impl | IDataReader | |
Результат | System |
public EnumerateAllThreads ( ) : IEnumerable |
||
Результат | IEnumerable |
public GetThreadContext ( uint threadID, uint contextFlags, uint contextSize, |
||
threadID | uint | |
contextFlags | uint | |
contextSize | uint | |
context | ||
Результат | bool |
public GetThreadContext ( uint threadID, uint contextFlags, uint contextSize, byte context ) : bool | ||
threadID | uint | |
contextFlags | uint | |
contextSize | uint | |
context | byte | |
Результат | bool |
public GetThreadTeb ( uint thread ) : ulong | ||
thread | uint | |
Результат | ulong |
public GetVersionInfo ( ulong baseAddress, Microsoft.Diagnostics.Runtime.VersionInfo &version ) : void | ||
baseAddress | ulong | |
version | Microsoft.Diagnostics.Runtime.VersionInfo | |
Результат | void |
public ReadDwordUnsafe ( ulong addr ) : uint | ||
addr | ulong | |
Результат | uint |
public ReadMemory ( ulong address, |
||
address | ulong | |
buffer | ||
bytesRequested | int | |
bytesRead | int | |
Результат | bool |
public ReadMemory ( ulong address, byte buffer, int bytesRequested, int &bytesRead ) : bool | ||
address | ulong | |
buffer | byte | |
bytesRequested | int | |
bytesRead | int | |
Результат | bool |
public ReadMemoryAsync ( ulong address, int bytesRequested ) : Microsoft.Diagnostics.Runtime.AsyncMemoryReadResult | ||
address | ulong | |
bytesRequested | int | |
Результат | Microsoft.Diagnostics.Runtime.AsyncMemoryReadResult |
public ReadPointerUnsafe ( ulong addr ) : ulong | ||
addr | ulong | |
Результат | ulong |
public VirtualQuery ( ulong addr, Microsoft.Diagnostics.Runtime.VirtualQueryData &vq ) : bool | ||
addr | ulong | |
vq | Microsoft.Diagnostics.Runtime.VirtualQueryData | |
Результат | bool |