ITestAssemblyRunner.Load Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Load(Assembly, IDictionary)
public bool Load(System.Reflection.Assembly assembly, System.Collections.IDictionary settings);
	abstract member Load : System.Reflection.Assembly * System.Collections.IDictionary -> bool
	Parameters
- assembly
 - Assembly
 
- settings
 - IDictionary
 
Returns
Applies to
Load(String, IDictionary)
public bool Load(string assemblyName, System.Collections.IDictionary settings);
	abstract member Load : string * System.Collections.IDictionary -> bool
	Parameters
- assemblyName
 - String
 
- settings
 - IDictionary