Represents a local variable
Inheritance Hierarchy
Kernel.Debug.Debugger Variable
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 Local type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Local | Initializes a new instance of the Local class |
Methods
Name | Description | |
---|---|---|
![]() | LoadFields |
Loads the values of the fields of this variable.
(Inherited from Variable.) |
![]() | ToString |
Converts the variable's value to a string
(Inherited from Variable.) |
Fields
Name | Description | |
---|---|---|
![]() | dbType |
The type of the variable
(Inherited from Variable.) |
![]() | Fields |
The variables that represent the fields of this variable.
(Inherited from Variable.) |
![]() | isTemporary |
Whether the local is a temporary value rather than a built-in local.
|
![]() | StringValueLoaded |
Inidicates whether the value of the string has been loaded or only the address.
(Inherited from Variable.) |
![]() | value |
The bytes value of the variable
(Inherited from Variable.) |
See Also