Argument Class Fling OS
Represents a method argument
Inheritance Hierarchy

System Object
  Kernel.Debug.Debugger Variable
    Kernel.Debug.Debugger Argument

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 Argument : Variable

The Argument type exposes the following members.

Constructors

  NameDescription
Public methodArgument
Initializes a new instance of the Argument 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 fieldisReturnArg
Whether the argument is actually the return value.
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