Click or drag to resize

IScriptingGetConsole Method

Get the console interface used for printing text during script execution.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
IConsole GetConsole()

Return Value

IConsole
An object that implements the IConsole interface.
See Also