Click or drag to resize

ShowPrivates Function

X#
Dump the currently defined privates to the terminal window

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION ShowPrivates(
	 lCurrentOnly AS LOGIC
) AS VOID
Request Example View Source

Parameters

lCurrentOnly
Type: Logic
Only dump the privates from the current level on the evaluation stack.

Return Value

Type: 
Nothing
Remarks
This dumps the information to the terminal window. This will only work if the main application is a console application.
See Also