C# Class System.Diagnostics.Tests.ProcessTestBase

Inheritance: RemoteExecutorTestBase
Mostra file Open project: dotnet/corefx

Protected Properties

Property Type Description
_process Process
_processes List

Public Methods

Method Description
ProcessTestBase ( ) : System.Collections.Generic

Protected Methods

Method Description
CreateProcess ( Func method = null ) : Process
CreateProcess ( int>.Func method, string arg ) : Process
CreateProcessLong ( ) : Process
Dispose ( bool disposing ) : void
StartSleepKillWait ( Process p ) : void

Method Details

CreateProcess() protected method

protected CreateProcess ( Func method = null ) : Process
method Func
return Process

CreateProcess() protected method

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

CreateProcessLong() protected method

protected CreateProcessLong ( ) : Process
return Process

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ProcessTestBase() public method

public ProcessTestBase ( ) : System.Collections.Generic
return System.Collections.Generic

StartSleepKillWait() protected method

protected StartSleepKillWait ( Process p ) : void
p Process
return void

Property Details

_process protected_oe property

protected Process _process
return Process

_processes protected_oe property

protected List _processes
return List