C# Class Google.PowerShell.Common.OutputHandlerEventArgs

Evemt args passed to the output handler of a process.
Inheritance: System.EventArgs
Mostra file 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