[This is preliminary documentation and is subject to change.]

The ConsoleT type exposes the following members.

Constructors

  NameDescription
Public methodConsoleT
Initializes a new instance of the ConsoleT class

Methods

  NameDescription
Public methodStatic memberAllocateConsole
Creates console fro process without console
Public methodStatic memberDetachConsole
Detaches process with console from its console
Public methodStatic memberGetHandle
Gets handle of console window of console attached to surrent process
Public methodStatic memberPreventClose
Permanently prevents console window from being closed by user (removes/dsiables the close button)

Properties

  NameDescription
Public propertyStatic memberIcon
Sets console icon
Public propertyStatic memberIsConsoleAttached
Gets value indicating wheather console is attached to current process

Events

  NameDescription
Public eventStatic memberClosing
Raised when console is being closed

See Also