IDesignTimeAssemblyLoader::LoadRuntimeAssembly Method (AssemblyName^)

.NET Framework (current version)
 

Loads the specified runtime assembly.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

Assembly^ LoadRuntimeAssembly(
	AssemblyName^ targetAssemblyName
)

Parameters

targetAssemblyName
Type: System.Reflection::AssemblyName^

The full target assembly name.

Return Value

Type: System.Reflection::Assembly^

The loaded runtime assembly, or null if the assembly could not be loaded.

Gives the designer an opportunity to load a specific assembly version into the runtime.

.NET Framework
Available since 4.0
Return to top
Show: