Variable Class Fling OS
Represents any variable e.g. arguments or locals
Inheritance Hierarchy

System Object
  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

public class Variable

The Variable type exposes the following members.

Constructors

  NameDescription
Public methodVariable
Initializes a new instance of the Variable class
Top
Methods

  NameDescription
Public methodLoadFields
Loads the values of the fields of this variable.
Public methodToString
Converts the variable's value to a string
(Overrides Object ToString .)
Top
Fields

  NameDescription
Public fielddbType
The type of the variable
Public fieldFields
The variables that represent the fields of this variable.
Public fieldStringValueLoaded
Inidicates whether the value of the string has been loaded or only the address.
Public fieldvalue
The bytes value of the variable
Top
See Also