Click or drag to resize

Console.Destroy Method (Typed)

X#
Provide a method to de-instantiate a.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOConsoleClasses (in XSharp.VOConsoleClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Destroy() AS VOID
Request Example View Source

Return Value

Type: 
NIL
Remarks
This method can be used when a Console object is no longer needed. Console:Destroy() de-instantiates the Console object, and allows you to close and free any resources that were opened or created by the object without waiting for the garbage collector.
See Also