C# 클래스 VisualMutator.Console.EnvironmentConnection

상속: IHostEnviromentConnection
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : void
EnvironmentConnection ( CommandLineParser parser ) : System
GetCurrentClassAndMethod ( MethodIdentifier &methodIdentifier ) : bool
GetProjectAssemblyPaths ( ) : IEnumerable
GetTempPath ( ) : string
Initialize ( ) : void
Test ( ) : void

비공개 메소드들

메소드 설명
End ( ) : void

메소드 상세

Build() 공개 메소드

public Build ( ) : void
리턴 void

EnvironmentConnection() 공개 메소드

public EnvironmentConnection ( CommandLineParser parser ) : System
parser CommandLineParser
리턴 System

GetCurrentClassAndMethod() 공개 메소드

public GetCurrentClassAndMethod ( MethodIdentifier &methodIdentifier ) : bool
methodIdentifier MethodIdentifier
리턴 bool

GetProjectAssemblyPaths() 공개 메소드

public GetProjectAssemblyPaths ( ) : IEnumerable
리턴 IEnumerable

GetTempPath() 공개 메소드

public GetTempPath ( ) : string
리턴 string

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Test() 공개 메소드

public Test ( ) : void
리턴 void