C# Class Google.PowerShell.Common.OutputHandlerEventArgs

Evemt args passed to the output handler of a process.
Inheritance: System.EventArgs
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-powershell

Méthodes publiques

Méthode Description
OutputHandlerEventArgs ( string line, OutputStream stream ) : System

Method Details

OutputHandlerEventArgs() public méthode

public OutputHandlerEventArgs ( string line, OutputStream stream ) : System
line string
stream OutputStream
Résultat System