Represents a method argument
Inheritance Hierarchy
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
The Argument type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Argument | Initializes a new instance of the Argument 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.) |
![]() | isReturnArg |
Whether the argument is actually the return value.
|
![]() | 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