C# Class Open.TestHarness.Model.ViewTestClassesModule

Represents a set of classes decorated with the [ViewTestClass] attribute.
Inheritance: Open.Core.Common.ModelBase
Datei anzeigen Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
AddFromAssembly ( Assembly assembly, string xapFileName ) : int

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

Method Details

AddFromAssembly() public method

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.
return int