IAssemblyLoader Interface

Resolves workflow OutputGenerators.

Namespace:  Microsoft.Data.Entity.Design.DatabaseGeneration
Assembly:  Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)

Syntax

'Declaration
Public Interface IAssemblyLoader
'Usage
Dim instance As IAssemblyLoader
public interface IAssemblyLoader
public interface class IAssemblyLoader
public interface IAssemblyLoader

Remarks

The IAssemblyLoader interface is used by the OutputGeneratorActivity class to load an assembly if the OutputGenerator type defined in the workflow cannot be found. The Generate Database Wizard uses the IAssemblyLoader interface to load project and website references.

See Also

Reference

IAssemblyLoader Members

Microsoft.Data.Entity.Design.DatabaseGeneration Namespace

Other Resources

Windows Workflow Foundation