Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Microsoft
WindowsAzure
Commands
Common
Test
Mocks
MockCommandRuntime.MockPSHost
C# Class Microsoft.WindowsAzure.Commands.Common.Test.Mocks.MockCommandRuntime.MockPSHost
Inheritance:
System.Management.Automation.Host.PSHost
Mostrar archivo
Open project: Azure/azure-powershell
Public Methods
Method
Description
EnterNestedPrompt
( ) :
void
ExitNestedPrompt
( ) :
void
NotifyBeginApplication
( ) :
void
NotifyEndApplication
( ) :
void
SetShouldExit
(
int
exitCode
) :
void
Method Details
EnterNestedPrompt()
public
method
public
EnterNestedPrompt
( ) :
void
return
void
ExitNestedPrompt()
public
method
public
ExitNestedPrompt
( ) :
void
return
void
NotifyBeginApplication()
public
method
public
NotifyBeginApplication
( ) :
void
return
void
NotifyEndApplication()
public
method
public
NotifyEndApplication
( ) :
void
return
void
SetShouldExit()
public
method
public
SetShouldExit
(
int
exitCode
) :
void
exitCode
int
return
void