点击或拖拽改变大小

MemVarsWindow 类

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

命名空间:  XSharp.Debugger
程序集:  XSharp.RT.Debugger (在 XSharp.RT.Debugger.dll 中) 版本:2.22 GA
语法
 CLASS MemVarsWindow INHERIT VariablesWindow
查看代码

MemVarsWindow 类型公开以下成员。

构造函数
  名称说明
公共方法MemVarsWindow
初始化 MemVarsWindow 类的一个新实例
Top
扩展方法
  名称说明
公共扩展器方法GetAllChildren (由 Extensions 定义。)
公共扩展器方法GetFirstEditableChild (由 Extensions 定义。)
Top
备注
It uses the public API in the XSharp Runtime to list these variables.
参见