Coree.NETWindows
  • API
Show / Hide Table of Contents
  • Coree.NETWindows
    • KeyModifier
    • Keys
  • Coree.NETWindows.Classes
    • GlobalHotkey
  • Coree.NETWindows.NativeMethods
    • ConsoleManagement
    • ConsoleManagement.ConsoleColors
  • Coree.NETWindows.Services.PInvoke
    • IPInvokeService
    • PInvokeService
  • Coree.NETWindows.Utilities
    • MainContext

Class ConsoleManagement

Provides a set of static methods and properties for managing and interacting with the console. This includes operations such as setting console colors, writing messages, and configuring console settings.

Inheritance
object
ConsoleManagement
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Coree.NETWindows.NativeMethods
Assembly: Coree.NETWindows.dll
Syntax
public static class ConsoleManagement
Remarks

This partial class can be extended to include various console-related functionalities.

  • Edit this page
  • View Source
In this article
Back to top