IDesignTimeAssemblyLoader::LoadRuntimeAssembly Method (AssemblyName^)
.NET Framework (current version)
Loads the specified runtime assembly.
Assembly: System.Design (in System.Design.dll)
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
Available since 4.0
Show: