C# 클래스 Deeply.ExecuteProcessTask

ExecuteProcessTask class definition.
상속: TaskBase
파일 보기 프로젝트 열기: jsnape/deeply

공개 메소드들

메소드 설명
ExecuteProcessTask ( ProcessStartInfo startInfo ) : System

Initializes a new instance of the ExecuteProcessTask class.

ExecuteProcessTask ( string name, ProcessStartInfo startInfo ) : System

Initializes a new instance of the ExecuteProcessTask class.

보호된 메소드들

메소드 설명
ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task

Implementation function for the execution.

This function is not asynchronous.

VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task

Implementation function for the verification.

메소드 상세

ExecuteInternalAsync() 보호된 메소드

Implementation function for the execution.
This function is not asynchronous.
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
리턴 System.Threading.Tasks.Task

ExecuteProcessTask() 공개 메소드

Initializes a new instance of the ExecuteProcessTask class.
public ExecuteProcessTask ( ProcessStartInfo startInfo ) : System
startInfo System.Diagnostics.ProcessStartInfo Information used to start the process including command-line parameters.
리턴 System

ExecuteProcessTask() 공개 메소드

Initializes a new instance of the ExecuteProcessTask class.
public ExecuteProcessTask ( string name, ProcessStartInfo startInfo ) : System
name string Task name.
startInfo System.Diagnostics.ProcessStartInfo Information used to start the process including command-line parameters.
리턴 System

VerifyInternalAsync() 보호된 메소드

Implementation function for the verification.
protected VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
리턴 System.Threading.Tasks.Task