Language

IHostEx インターフェイス

定義

クラス ファクトリを作成するためのメソッドを提供します。

public interface class IHostEx
[System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IHostEx
[<System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IHostEx = interface
Public Interface IHostEx
派生
属性

メソッド

名前 説明
GetClassFactory(String, String)

指定したアセンブリ内の型のクラス ファクトリを作成します。

GetSecuredClassFactory(Int32, Int32, String, String, String, String, String)

指定したアセンブリ内の型のセキュリティで保護されたクラス ファクトリを作成します。

適用対象