<ExtensionAttribute()> _ Public NotInheritable MustInherit Class ConsoleOutput Inherits System.Object
[ExtensionAttribute()] public static abstract class ConsoleOutput : System.Object
Name | Description | |
---|---|---|
Clear Console | Deletes all previous issues on the Standard Console | |
Clear Console (System.String) | Deletes all previous issues on thepChannelNameindicated Console. | |
GraphicSeparatorToConsole | Method outputs a graphic separator on the standard console. | |
GraphicSeparatorToConsole (System.String) | Method outputs a graphic separator with the specified title to the standard console. | |
GraphicSeparatorToConsole (System.String, System.String) | Method outputs a graphic separator with the specified title on the console with the given channel name. | |
TextSeparatorToConsole | Method returns a text separator on the standard console. For this purpose, the separator using the belowSeperatorFillCharspecified characters shown | |
TextSeparatorToConsole (System.String) | Method outputs a text separator with the specified title on the standard console. For this purpose, the separator using the belowSeperatorFillCharspecified characters shown | |
TextSeparatorToConsole (System.String, System.String) | Method returns a text separator with the specified title on the console with the given channel name. For this purpose, the separator using the belowSeperatorFillCharspecified characters shown | |
Unit_ToConsole (System.Object) | Method returns the current object on the standard-Console | |
Unit_ToConsole (System.Object, System.String) | Method returns the current object on the console with the given channel name | |
Unit_ToConsole (System.Object, System.Windows.DataTemplate) | Method returns the current object on the standard-Console | |
Unit_ToConsole (System.Object, System.String, System.Windows.DataTemplate) | Method returns the current object on the console with the given channel name |
Name | Description | |
---|---|---|
Default Console Channel Name | Constant for default console output channel |
Name | Description | |
---|---|---|
SeperatorFillChar | Specifies the fill character for the TextSeperator. Default is '*' |
Name | Description | |
---|---|---|
OnConsoleOutput | Event that is fired when a console output is ready |