Share via


IHostEx 介面

定義

提供用於建立 Class Factory 的方法。

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)

在指定組件中建立類型的 Class Factory。

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

在指定組件中建立類型的安全 Class Factory。

適用於