C# 클래스 c24.Runman.ProcessStartInfoExtensions

파일 보기 프로젝트 열기: CHECK24/c24.Runman

공개 메소드들

메소드 설명
WithArguments ( this info, string args ) : ProcessStartInfo
WithFileName ( this info, string filename ) : ProcessStartInfo

메소드 상세

WithArguments() 공개 정적인 메소드

public static WithArguments ( this info, string args ) : ProcessStartInfo
info this
args string
리턴 System.Diagnostics.ProcessStartInfo

WithFileName() 공개 정적인 메소드

public static WithFileName ( this info, string filename ) : ProcessStartInfo
info this
filename string
리턴 System.Diagnostics.ProcessStartInfo