Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Net Namespace / ConsoleListener Class
Fields Properties Methods


In This Topic
    ConsoleListener Class Members
    In This Topic

    The following tables list the members exposed by ConsoleListener.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new instance of the console listener.  
    Top
    Protected Fields
     NameDescription
    Protected FieldStores the newline characters used for this TextWriter. (Inherited from System.IO.TextWriter)
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. When overridden in a derived class, returns the character encoding in which the output is written.When overridden in a derived class, returns the System.Text.Encoding in which the output is written.  
    Public PropertyGets an object that controls formatting. (Inherited from System.IO.TextWriter)
    Public PropertyGets or sets the line terminator string used by the current TextWriter. (Inherited from System.IO.TextWriter)
    Top
    Public Methods
     NameDescription
    Public MethodCloses the current writer and releases any system resources associated with the writer. (Inherited from System.IO.TextWriter)
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Releases the unmanaged resources used by the System.IO.TextWriter and optionally releases the managed resources. (Inherited from System.IO.TextWriter)
    Public MethodOverridden. Clears all buffers for the current writer and causes any buffered data to be written to the underlying device. Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.  
    Public MethodAsynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (Inherited from System.IO.TextWriter)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public Methodstatic (Shared in Visual Basic)Registers new ConsoleIntercepter on Console.Out and Console.Error.  
    Public MethodOverloaded. Overridden. Writes a character to the text string or stream. Writes a character to the text stream.  
    Public MethodOverloaded. Writes a character to the text string or stream asynchronously. (Inherited from System.IO.TextWriter)
    Public MethodOverloaded. Writes a line terminator to the text string or stream. (Inherited from System.IO.TextWriter)
    Public MethodOverloaded. Writes a character followed by a line terminator asynchronously to the text string or stream. (Inherited from System.IO.TextWriter)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
    Top
    See Also