C# Class System.Diagnostics.Tests.ProcessTestBase

Inheritance: RemoteExecutorTestBase
Afficher le fichier Open project: dotnet/corefx

Protected Properties

Свойство Type Description
_process Process
_processes List

Méthodes publiques

Méthode Description
ProcessTestBase ( ) : System.Collections.Generic

Méthodes protégées

Méthode 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 méthode

protected CreateProcess ( Func method = null ) : Process
method Func
Résultat Process

CreateProcess() protected méthode

protected CreateProcess ( int>.Func method, string arg ) : Process
method int>.Func
arg string
Résultat Process

CreateProcessLong() protected méthode

protected CreateProcessLong ( ) : Process
Résultat Process

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ProcessTestBase() public méthode

public ProcessTestBase ( ) : System.Collections.Generic
Résultat System.Collections.Generic

StartSleepKillWait() protected méthode

protected StartSleepKillWait ( Process p ) : void
p Process
Résultat void

Property Details

_process protected_oe property

protected Process _process
Résultat Process

_processes protected_oe property

protected List _processes
Résultat List