C# 클래스 UnitWrappers.System.Diagnostics.ProcessStartInfoWrap

Wrapper for T:System.Diagnostics.ProcessStartInfo class.
Class is wrapped because underlying object uses environment variables and registry undre the hood. Not simple data holder.
상속: IProcessStartInfo
파일 보기 프로젝트 열기: OpenSharp/UnitWrappers 1 사용 예제들

공개 메소드들

메소드 설명
ProcessStartInfoWrap ( ) : System

Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class without specifying a file name with which to start the process.

ProcessStartInfoWrap ( ProcessStartInfo processStartInfo ) : System

Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class with providing ProcessStartInfo instance.

ProcessStartInfoWrap ( string fileName ) : System

Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class and specifies a file name such as an application or document with which to start the process.

ProcessStartInfoWrap ( string fileName, string arguments ) : System

Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class, specifies an application file name with which to start the process, and specifies a set of command-line arguments to pass to the application.

메소드 상세

ProcessStartInfoWrap() 공개 메소드

Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class without specifying a file name with which to start the process.
public ProcessStartInfoWrap ( ) : System
리턴 System

ProcessStartInfoWrap() 공개 메소드

Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class with providing ProcessStartInfo instance.
public ProcessStartInfoWrap ( ProcessStartInfo processStartInfo ) : System
processStartInfo System.Diagnostics.ProcessStartInfo ProcessStartInfo instance
리턴 System

ProcessStartInfoWrap() 공개 메소드

Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class and specifies a file name such as an application or document with which to start the process.
public ProcessStartInfoWrap ( string fileName ) : System
fileName string
리턴 System

ProcessStartInfoWrap() 공개 메소드

Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class, specifies an application file name with which to start the process, and specifies a set of command-line arguments to pass to the application.
public ProcessStartInfoWrap ( string fileName, string arguments ) : System
fileName string
arguments string
리턴 System