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
Google
PowerShell
Common
OutputHandlerEventArgs
C# Class Google.PowerShell.Common.OutputHandlerEventArgs
Evemt args passed to the output handler of a process.
Inheritance:
System.EventArgs
Mostrar archivo
Open project: GoogleCloudPlatform/google-cloud-powershell
Public Methods
Method
Description
OutputHandlerEventArgs
(
string
line
,
OutputStream
stream
) :
System
Method Details
OutputHandlerEventArgs()
public
method
public
OutputHandlerEventArgs
(
string
line
,
OutputStream
stream
) :
System
line
string
stream
OutputStream
return
System