VirtualTerminalSupportFinalize Method

Cleans up resources for the VirtualTerminalSupport class.

Definition

Namespace: Ookii.CommandLine.Terminal
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
~Finalize()

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