C# 클래스 fitSharp.Machine.Engine.ApplicationUnderTest

상속: Copyable
파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 메소드들

메소드 설명
AddAssemblies ( IEnumerable assemblyNames ) : void
AddAssembly ( string assemblyName ) : void
AddNamespace ( string namespaceName ) : void
AddOptionalAssembly ( string assemblyName ) : void
ApplicationUnderTest ( ) : System
ApplicationUnderTest ( ApplicationDomain appDomain ) : System
ApplicationUnderTest ( ApplicationUnderTest other ) : System
Copy ( ) : Copyable
FindType ( NameMatcher typeName ) : RuntimeType
FindType ( string exactTypename ) : RuntimeType
RemoveNamespace ( string namespaceName ) : void

비공개 메소드들

메소드 설명
SearchForType ( NameMatcher typeName, IEnumerable types ) : Type
UpdateCache ( Type type ) : void

메소드 상세

AddAssemblies() 공개 메소드

public AddAssemblies ( IEnumerable assemblyNames ) : void
assemblyNames IEnumerable
리턴 void

AddAssembly() 공개 메소드

public AddAssembly ( string assemblyName ) : void
assemblyName string
리턴 void

AddNamespace() 공개 메소드

public AddNamespace ( string namespaceName ) : void
namespaceName string
리턴 void

AddOptionalAssembly() 공개 메소드

public AddOptionalAssembly ( string assemblyName ) : void
assemblyName string
리턴 void

ApplicationUnderTest() 공개 메소드

public ApplicationUnderTest ( ) : System
리턴 System

ApplicationUnderTest() 공개 메소드

public ApplicationUnderTest ( ApplicationDomain appDomain ) : System
appDomain ApplicationDomain
리턴 System

ApplicationUnderTest() 공개 메소드

public ApplicationUnderTest ( ApplicationUnderTest other ) : System
other ApplicationUnderTest
리턴 System

Copy() 공개 메소드

public Copy ( ) : Copyable
리턴 Copyable

FindType() 공개 메소드

public FindType ( NameMatcher typeName ) : RuntimeType
typeName NameMatcher
리턴 RuntimeType

FindType() 공개 메소드

public FindType ( string exactTypename ) : RuntimeType
exactTypename string
리턴 RuntimeType

RemoveNamespace() 공개 메소드

public RemoveNamespace ( string namespaceName ) : void
namespaceName string
리턴 void