VirtualTerminalSupportFinalize Method

Cleans up resources for the VirtualTerminalSupport class.

Definition

Namespace: Ookii.CommandLine.Terminal
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
C#
protected override void Finalize()

Implements

ObjectFinalize

Remarks

This method will disable VT support on Windows if it was enabled by the call to VirtualTerminalEnableColor(StandardStream) or VirtualTerminalEnableVirtualTerminalSequences(StandardStream) that created this instance.

See Also