Share via


ConsoleRenderer.Instance Property

 

Gets the one and only singleton instance of the console renderer.

Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public static ConsoleRenderer Instance { get; }
public:
property ConsoleRenderer^ Instance {
    static ConsoleRenderer^ get();
}
Public Shared ReadOnly Property Instance As ConsoleRenderer

Property Value

Type: Microsoft.WindowsServerSolutions.Console.Shared.ConsoleRenderer

A Microsoft.WindowsServerSolutions.Console.Shared.ConsoleRenderer.

See Also

ConsoleRenderer Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top