C# Class VisualMutator.Console.EnvironmentConnection

Inheritance: IHostEnviromentConnection
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Méthodes publiques

Méthode Description
Build ( ) : void
EnvironmentConnection ( CommandLineParser parser ) : System
GetCurrentClassAndMethod ( MethodIdentifier &methodIdentifier ) : bool
GetProjectAssemblyPaths ( ) : IEnumerable
GetTempPath ( ) : string
Initialize ( ) : void
Test ( ) : void

Private Methods

Méthode Description
End ( ) : void

Method Details

Build() public méthode

public Build ( ) : void
Résultat void

EnvironmentConnection() public méthode

public EnvironmentConnection ( CommandLineParser parser ) : System
parser CommandLineParser
Résultat System

GetCurrentClassAndMethod() public méthode

public GetCurrentClassAndMethod ( MethodIdentifier &methodIdentifier ) : bool
methodIdentifier MethodIdentifier
Résultat bool

GetProjectAssemblyPaths() public méthode

public GetProjectAssemblyPaths ( ) : IEnumerable
Résultat IEnumerable

GetTempPath() public méthode

public GetTempPath ( ) : string
Résultat string

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Test() public méthode

public Test ( ) : void
Résultat void