Compartir a través de


NUnitLiteTestAssemblyRunner.Load Método

Definición

Sobrecargas

Load(Assembly, IDictionary)
Load(String, IDictionary)

Load(Assembly, IDictionary)

public bool Load (System.Reflection.Assembly assembly, System.Collections.IDictionary settings);
abstract member Load : System.Reflection.Assembly * System.Collections.IDictionary -> bool
override this.Load : System.Reflection.Assembly * System.Collections.IDictionary -> bool

Parámetros

assembly
Assembly
settings
IDictionary

Devoluciones

Implementaciones

Se aplica a

Load(String, IDictionary)

public bool Load (string assemblyName, System.Collections.IDictionary settings);
abstract member Load : string * System.Collections.IDictionary -> bool
override this.Load : string * System.Collections.IDictionary -> bool

Parámetros

assemblyName
String
settings
IDictionary

Devoluciones

Implementaciones

Se aplica a