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)

指定したランタイム アセンブリを読み込みます。

適用対象