Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Goose
Core
Action
PowerShell
Host
GoosePSHost
C# Class Goose.Core.Action.PowerShell.Host.GoosePSHost
Inheritance:
System.Management.Automation.Host.PSHost
Mostra file
Open project: sebastianhallen/Goose
Class Usage Examples
Public Methods
Method
Description
EnterNestedPrompt
( ) :
void
ExitNestedPrompt
( ) :
void
GoosePSHost
( ) :
System
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
GoosePSHost()
public
method
public
GoosePSHost
( ) :
System
return
System
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