C# 클래스 Tests.Infra.WebBrowserEngineTesterHelper.Window.AssemblyHelper

Helper class for Testdriven.NET, copyright Jamie Cansdale. Use AssemblyUtilities.SetEntryAssembly() to prepare ad hoc tests' working directory. (needed before XNA content specifically)
파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue

공개 메소드들

메소드 설명
SetEntryAssembly ( ) : void

Use as first line in ad hoc tests (needed by XNA specifically)

SetEntryAssembly ( Assembly assembly ) : void

Allows setting the Entry Assembly when needed. Use AssemblyUtilities.SetEntryAssembly() as first line in XNA ad hoc tests

메소드 상세

SetEntryAssembly() 공개 정적인 메소드

Use as first line in ad hoc tests (needed by XNA specifically)
public static SetEntryAssembly ( ) : void
리턴 void

SetEntryAssembly() 공개 정적인 메소드

Allows setting the Entry Assembly when needed. Use AssemblyUtilities.SetEntryAssembly() as first line in XNA ad hoc tests
public static SetEntryAssembly ( Assembly assembly ) : void
assembly System.Reflection.Assembly Assembly to set as entry assembly
리턴 void