IConsole Interface

Definition

This API supports the .NET infrastructure and is not intended to be used directly from your code.

public interface class IConsole
public interface IConsole
type IConsole = interface
Public Interface IConsole
Derived

Methods

Flush()

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Write(String, Nullable<ConsoleColor>, Nullable<ConsoleColor>)

This API supports the .NET infrastructure and is not intended to be used directly from your code.

WriteLine(String, Nullable<ConsoleColor>, Nullable<ConsoleColor>)

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Applies to