Utility methods for the debugger.
Inheritance Hierarchy
Kernel.Debug.Debugger Utils
Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Utils type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddressToBytes |
Converts the specified address description to its bytes representation.
|
![]() ![]() | BytesToAddress |
Converts the specified address bytes to an numeric address
|
![]() ![]() | GetValueStr |
Converts the specified bytes to their human-readable representation
|
See Also