C# Class 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)
Afficher le fichier Open project: David-Desmaisons/MVVM.CEF.Glue

Méthodes publiques

Méthode Description
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

Method Details

SetEntryAssembly() public static méthode

Use as first line in ad hoc tests (needed by XNA specifically)
public static SetEntryAssembly ( ) : void
Résultat void

SetEntryAssembly() public static méthode

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
Résultat void