C# 클래스 System.Diagnostics.ProcessStartInfo

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ProcessStartInfo ( )
ProcessStartInfo ( string fileName )
ProcessStartInfo ( string fileName, string arguments )
ProcessStartInfo ( ) : System.Collections
ProcessStartInfo ( string fileName ) : System.Collections
ProcessStartInfo ( string fileName, string arguments ) : System.Collections

메소드 상세

ProcessStartInfo() 공개 메소드

public ProcessStartInfo ( )

ProcessStartInfo() 공개 메소드

public ProcessStartInfo ( string fileName )
fileName string

ProcessStartInfo() 공개 메소드

public ProcessStartInfo ( string fileName, string arguments )
fileName string
arguments string

ProcessStartInfo() 공개 메소드

public ProcessStartInfo ( ) : System.Collections
리턴 System.Collections

ProcessStartInfo() 공개 메소드

public ProcessStartInfo ( string fileName ) : System.Collections
fileName string
리턴 System.Collections

ProcessStartInfo() 공개 메소드

public ProcessStartInfo ( string fileName, string arguments ) : System.Collections
fileName string
arguments string
리턴 System.Collections