WindowsLogConsole.Write Methode

Definition

Diese API unterstützt die .NET-Infrastruktur und sollte nicht direkt aus dem Code verwendet werden.

public:
 virtual void Write(System::String ^ message, Nullable<ConsoleColor> background, Nullable<ConsoleColor> foreground);
public void Write (string message, ConsoleColor? background, ConsoleColor? foreground);
abstract member Write : string * Nullable<ConsoleColor> * Nullable<ConsoleColor> -> unit
override this.Write : string * Nullable<ConsoleColor> * Nullable<ConsoleColor> -> unit
Public Sub Write (message As String, background As Nullable(Of ConsoleColor), foreground As Nullable(Of ConsoleColor))

Parameter

message
String
background
Nullable<ConsoleColor>
foreground
Nullable<ConsoleColor>

Implementiert

Gilt für: