ShowPrivates Function | |
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
public static void ShowPrivates(
[DefaultParameterValueAttribute(false, 0)] bool lCurrentOnly
)
Request Example
View SourceParameters
- 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