Local Class Fling OS
Represents a local variable
Inheritance Hierarchy

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

public class Local : Variable

The Local type exposes the following members.

Constructors

  NameDescription
Public methodLocal
Initializes a new instance of the Local class
Top
Methods

  NameDescription
Public methodLoadFields
Loads the values of the fields of this variable.
(Inherited from Variable.)
Public methodToString
Converts the variable's value to a string
(Inherited from Variable.)
Top
Fields

  NameDescription
Public fielddbType
The type of the variable
(Inherited from Variable.)
Public fieldFields
The variables that represent the fields of this variable.
(Inherited from Variable.)
Public fieldisTemporary
Whether the local is a temporary value rather than a built-in local.
Public fieldStringValueLoaded
Inidicates whether the value of the string has been loaded or only the address.
(Inherited from Variable.)
Public fieldvalue
The bytes value of the variable
(Inherited from Variable.)
Top
See Also