IHostStub 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表用於建立 Class Factory 的 Stub 類別。 此 Stub 類別一律不會實作。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public interface class IHostStub : Microsoft::IE::IHostEx
[System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")]
public interface IHostStub : Microsoft.IE.IHostEx
[<System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")>]
type IHostStub = interface
interface IHostEx
Public Interface IHostStub
Implements IHostEx
- 衍生
- 屬性
- 實作
方法
GetClassFactory(String, String) |
在指定組件中建立類型的 Class Factory。 (繼承來源 IHostEx) |
GetSecuredClassFactory(Int32, Int32, String, String, String, String, String) |
在指定組件中建立類型的安全 Class Factory。 (繼承來源 IHostEx) |