Represents any variable e.g. arguments or locals
Inheritance Hierarchy
Kernel.Debug.Debugger Variable
Kernel.Debug.Debugger Argument
Kernel.Debug.Debugger Local
Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Variable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Variable | Initializes a new instance of the Variable class |
Methods
Name | Description | |
---|---|---|
![]() | LoadFields |
Loads the values of the fields of this variable.
|
![]() | ToString |
Converts the variable's value to a string
(Overrides Object ToString .) |
Fields
Name | Description | |
---|---|---|
![]() | dbType |
The type of the variable
|
![]() | Fields |
The variables that represent the fields of this variable.
|
![]() | StringValueLoaded |
Inidicates whether the value of the string has been loaded or only the address.
|
![]() | value |
The bytes value of the variable
|
See Also