C# Класс Open.TestHarness.Model.ViewTestClassesModule

Represents a set of classes decorated with the [ViewTestClass] attribute.
Наследование: Open.Core.Common.ModelBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddFromAssembly ( Assembly assembly, string xapFileName ) : int

Adds references to [ViewTestClass]'s from the given assembly.

Описание методов

AddFromAssembly() публичный Метод

Adds references to [ViewTestClass]'s from the given assembly.
public AddFromAssembly ( Assembly assembly, string xapFileName ) : int
assembly System.Reflection.Assembly The assembly to load from.
xapFileName string The name of the XAP file containing the class.
Результат int