C# 클래스 System.Diagnostics.Tests.ProcessTestBase

상속: RemoteExecutorTestBase
파일 보기 프로젝트 열기: dotnet/corefx

보호된 프로퍼티들

프로퍼티 타입 설명
_process Process
_processes List

공개 메소드들

메소드 설명
ProcessTestBase ( ) : System.Collections.Generic

보호된 메소드들

메소드 설명
CreateProcess ( Func method = null ) : Process
CreateProcess ( int>.Func method, string arg ) : Process
CreateProcessLong ( ) : Process
Dispose ( bool disposing ) : void
StartSleepKillWait ( Process p ) : void

메소드 상세

CreateProcess() 보호된 메소드

protected CreateProcess ( Func method = null ) : Process
method Func
리턴 Process

CreateProcess() 보호된 메소드

protected CreateProcess ( int>.Func method, string arg ) : Process
method int>.Func
arg string
리턴 Process

CreateProcessLong() 보호된 메소드

protected CreateProcessLong ( ) : Process
리턴 Process

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ProcessTestBase() 공개 메소드

public ProcessTestBase ( ) : System.Collections.Generic
리턴 System.Collections.Generic

StartSleepKillWait() 보호된 메소드

protected StartSleepKillWait ( Process p ) : void
p Process
리턴 void

프로퍼티 상세

_process 보호되어 있는 프로퍼티

protected Process _process
리턴 Process

_processes 보호되어 있는 프로퍼티

protected List _processes
리턴 List