Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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