C# Класс fitSharp.Machine.Engine.ApplicationUnderTest

Наследование: Copyable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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