点击或拖拽改变大小

Functions 类

X#
This compiler generated class contains all the functions, globals and defines that are defined in the XSharp.RT.Debugger.dll assembly.
继承层次
Object
  Functions

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

Functions 类型公开以下成员。

方法
  名称说明
公共方法静态成员DbgShowGlobals
Open a window to show the (public) symbols in the running app and the other loaded assemblies
公共方法静态成员DbgShowMemvars
Open a window to show the publics and privates for the current thread.
公共方法静态成员DbgShowSettings
Open a window to show the global settings for the current thread.
公共方法静态成员DbgShowWorkAreas
Open a window to display the open workareas/cursors for the current thread.
Top
参见