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)

判斷目標 Framework 中指定之組件的載入路徑。

LoadRuntimeAssembly(AssemblyName)

載入指定的執行階段組件。

適用於