C# 클래스 PoshInternals.CreateProcessHelper

파일 보기 프로젝트 열기: adamdriscoll/PoshInternals

공개 메소드들

메소드 설명
CreateProcess ( string commandLine, string desktop = null, string workingDirectory = null ) : Process

메소드 상세

CreateProcess() 공개 정적인 메소드

public static CreateProcess ( string commandLine, string desktop = null, string workingDirectory = null ) : Process
commandLine string
desktop string
workingDirectory string
리턴 System.Diagnostics.Process