C# 클래스 Google.PowerShell.Common.ProcessOutput

This class contains the output of a running process.
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell

공개 메소드들

메소드 설명
ProcessOutput ( bool succeeded, string standardOutput, string standardError ) : System

메소드 상세

ProcessOutput() 공개 메소드

public ProcessOutput ( bool succeeded, string standardOutput, string standardError ) : System
succeeded bool
standardOutput string
standardError string
리턴 System