IDesignTimeAssemblyLoader Interface

.NET Framework (current version)
 

Utility for loading assemblies in a designer.

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

[ComVisibleAttribute(false)]
[GuidAttribute("665f0ba5-ce72-4e87-9ba0-3c461de74d0b")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDesignTimeAssemblyLoader

NameDescription
System_CAPS_pubmethodGetTargetAssemblyPath(AssemblyName^, String^, FrameworkName^)

Determines the load path for the specified assembly in the target framework.

System_CAPS_pubmethodLoadRuntimeAssembly(AssemblyName^)

Loads the specified runtime assembly.

.NET Framework
Available since 4.0
Return to top
Show: