Functions.ShowPrivates 方法 | |
Dump the currently defined privates to the terminal window
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION ShowPrivates(
lCurrentOnly AS LOGIC
) AS VOID
public static void ShowPrivates(
[DefaultParameterValueAttribute(false, 0)] bool lCurrentOnly
)
查看代码参数
- lCurrentOnly
- 类型:Boolean
Only dump the privates from the current level on the evaluation stack.
返回值
类型:
Nothing
备注 This dumps the information to the terminal window.
This will only work if the main application is a console application.
参见