Skip to content

fe437222 c6e0 796b 5952 fdec2d127900

Axel Kesseler edited this page May 11, 2021 · 2 revisions

SystemConsoleWrapper Methods

The SystemConsoleWrapper type exposes the following members.

Methods

 

Name Description
Public method Attach This method safely tries to attach a console window.
Private method Decrement This method decrements the internal reference counter.
Public method Detach This method safely tries to detach a console window.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize The class destructor. (Overrides Object.Finalize().)
Private method GetBackgroundColorFlags Gets the bitwise combination of requested background color.
Private method GetConsoleColorFlags Gets the bitwise combination of current foreground and background color.
Private method GetForegroundColorFlags Gets the bitwise combination of requested foreground color.
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Private method GetQuickEditMode This method gets currently applied Quick Edit Mode.
Private method GetScreenBufferSize This method gets currently applied screen buffer size.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Private method GetWindowTitle The method gets the title of current console window.
Private method Increment This method increments the internal reference counter.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Private method RestoreConsoleAttributes This method changes all of the console screen buffer attributes.
Private method SetConsoleColor This method changes current console colors into requested colors.
Private method SetQuickEditMode This method sets currently applied Quick Edit Mode.
Private method SetScreenBufferSize This method sets currently applied screen buffer size.
Private method SetWindowTitle The method sets the title of current console window.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Write This method writes provided message into the attached console window.
Private method WriteNative Writes provided message out to console screen buffer.
Private method WriteStyled Writes provided message out to console screen buffer by using currently applied styles.
  Back to Top

See Also

Reference

SystemConsoleWrapper Class
Plexdata.LogWriter.Internals.Native.Windows Namespace

Clone this wiki locally