次の方法で共有


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)

指定したアセンブリで、ある型の安全なクラス ファクトリを作成します。

適用対象