IHostStub Interface

Definition

Represents the stub class for creating class factories. This stub class is never implemented.

This API supports the product infrastructure and is not intended to be used directly from your code.

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
Derived
Attributes
Implements

Methods

GetClassFactory(String, String)

Creates a class factory for a type in the specified assembly.

(Inherited from IHostEx)
GetSecuredClassFactory(Int32, Int32, String, String, String, String, String)

Creates a secure class factory for a type in the specified assembly.

(Inherited from IHostEx)

Applies to