IDesignTimeAssemblyLoader 接口

定义

用于在设计器中加载程序集的实用工具。

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
属性

方法

GetTargetAssemblyPath(AssemblyName, String, FrameworkName)

确定目标框架中指定程序集的加载路径。

LoadRuntimeAssembly(AssemblyName)

加载指定的运行时程序集。

适用于