InterfaceICustomSilverlightTypesProvider
Interface
Objects that implement this interface provide a collection of custom Silverlight type assemblies to load into the browser-side Silverlight extension for WebAii tests.
Definition
Namespace:ArtOfTest.Common.Extensibility
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface ICustomSilverlightTypesProvider
Methods
GetCustomSilverlightTypes()
Gets a collection of custom Silverlight type assemblies to load into the browser-side Silverlight extension
Declaration
cs-api-definition
Dictionary<string, MemoryStream> GetCustomSilverlightTypes()
Returns
Dictionary<string, MemoryStream>
A collection mapping assembly names to their file contents. These assemblies will be loaded into the Silverlight application that is to be recorded and automated.