Functions.ShowObject 方法 | |
Dump the contents of an object to the terminal window
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION ShowObject(
oObject AS Object,
cPrefix AS STRING
) AS VOID
public static void ShowObject(
Object oObject,
[DefaultParameterValueAttribute("", 0)] string cPrefix
)
查看代码参数
- oObject
- 类型:Object
Object to dump - cPrefix
- 类型:String
Name to show before the field names. Defaults to 'o'
返回值
类型:
Nothing
备注 This dumps the information to the terminal window.
This will only work if the main application is a console application.
参见