C# Class VisualMutator.Console.EnvironmentConnection

Inheritance: IHostEnviromentConnection
ファイルを表示 Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

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

Private Methods

Method Description
End ( ) : void

Method Details

Build() public method

public Build ( ) : void
return void

EnvironmentConnection() public method

public EnvironmentConnection ( CommandLineParser parser ) : System
parser CommandLineParser
return System

GetCurrentClassAndMethod() public method

public GetCurrentClassAndMethod ( MethodIdentifier &methodIdentifier ) : bool
methodIdentifier MethodIdentifier
return bool

GetProjectAssemblyPaths() public method

public GetProjectAssemblyPaths ( ) : IEnumerable
return IEnumerable

GetTempPath() public method

public GetTempPath ( ) : string
return string

Initialize() public method

public Initialize ( ) : void
return void

Test() public method

public Test ( ) : void
return void