IAssemblyLoader.LoadAssembly Method (String)

 

Attempts to load an assembly.

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

Assembly LoadAssembly(
	string assemblyName
)

Parameters

assemblyName
Type: System.String

The name of the assembly to be loaded.

Return Value

Type: System.Reflection.Assembly

The resolved assembly reference.