Console Class

 

Exposes functionality from the main MMC console window.

Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ManagementConsole.Advanced.Console

Syntax

public sealed class Console
public ref class Console sealed 
[<Sealed>]
type Console = class end
Public NotInheritable Class Console

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Show(Form)

Shows a modeless form using the MMC console window as the parent.

System_CAPS_pubmethod ShowDialog(CommonDialog)

Shows a common dialog modal to the MMC console window.

System_CAPS_pubmethod ShowDialog(Form)

Shows a Windows Form modal to the MMC console window.

System_CAPS_pubmethod ShowDialog(Form, WaitCursor)

Shows a Form modal to the MMC console window with an optional delay to show the wait cursor.

System_CAPS_pubmethod ShowDialog(MessageBoxParameters)

Shows a message box modal the MMC console window using the parameters specified.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ManagementConsole.Advanced Namespace

Return to top