IDesignTimeAssemblyLoader Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Utility for loading assemblies in a designer.
public interface class IDesignTimeAssemblyLoader
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("665f0ba5-ce72-4e87-9ba0-3c461de74d0b")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDesignTimeAssemblyLoader
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("665f0ba5-ce72-4e87-9ba0-3c461de74d0b")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDesignTimeAssemblyLoader = interface
Public Interface IDesignTimeAssemblyLoader
- Attributes
Methods
GetTargetAssemblyPath(AssemblyName, String, FrameworkName) |
Determines the load path for the specified assembly in the target framework. |
LoadRuntimeAssembly(AssemblyName) |
Loads the specified runtime assembly. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.