Console Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Writes error messages to the debugging channel.

Inheritance Hierarchy

System. . :: . .Object
  System.Ext..::..Console

Namespace:  System.Ext
Assembly:  MFDpwsExtensions (in MFDpwsExtensions.dll)

Syntax

'Declaration
Public NotInheritable Class Console
public static class Console
public ref class Console abstract sealed
[<AbstractClass>]
[<Sealed>]
type Console =  class end
public final class Console

The Console type exposes the following members.

Methods

  Name Description
Public methodStatic member Write(array<Byte> [] () [] []) Writes a message to the debugging channel.
Public methodStatic member Write(String) Writes a message to the debugging channel.
Public methodStatic member Write(array<Byte> [] () [] [], Int32, Int32) Writes a message to the debugging channel.

Top

Fields

  Name Description
Public fieldStatic member Verbose Set to true to enable verbose debugging messages, or false to disable them.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Ext Namespace