C# 클래스 Open.TestHarness.Model.ViewTestClassesModule

Represents a set of classes decorated with the [ViewTestClass] attribute.
상속: Open.Core.Common.ModelBase
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 메소드들

메소드 설명
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