IHostStub Interfaccia

Definizione

Rappresenta la classe stub per la creazione di class factory. Questa classe stub non viene mai implementata.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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
Derivato
Attributi
Implementazioni

Metodi

Nome Descrizione
GetClassFactory(String, String)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Crea una class factory per un tipo nell'assembly specificato.

(Ereditato da IHostEx)
GetSecuredClassFactory(Int32, Int32, String, String, String, String, String)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Crea una class factory sicura per un tipo nell'assembly specificato.

(Ereditato da IHostEx)

Si applica a