Click or drag to resize

MemVarsWindow Class

X#
The MemVars Window shows the Public and private memory variables for the current thread.
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          ContainerControl
            Form
              VariablesWindow
                MemVarsWindow

Namespace:  XSharp.Debugger
Assembly:  XSharp.RT.Debugger (in XSharp.RT.Debugger.dll) Version: 2.19
Syntax
 CLASS MemVarsWindow INHERIT VariablesWindow
Request Example View Source

The MemVarsWindow type exposes the following members.

Constructors
  NameDescription
Public methodMemVarsWindow
Initializes a new instance of the MemVarsWindow class
Top
Extension Methods
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
Remarks
It uses the public API in the XSharp Runtime to list these variables.
See Also