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.
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 | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
Show(Form) | Shows a modeless form using the MMC console window as the parent. |
![]() |
ShowDialog(CommonDialog) | Shows a common dialog modal to the MMC console window. |
![]() |
ShowDialog(Form) | Shows a Windows Form modal to the MMC console window. |
![]() |
ShowDialog(Form, WaitCursor) | Shows a Form modal to the MMC console window with an optional delay to show the wait cursor. |
![]() |
ShowDialog(MessageBoxParameters) | Shows a message box modal the MMC console window using the parameters specified. |
![]() |
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