IHostStub Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta la classe stub per la creazione di class factory. Questa classe stub non è 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
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 protetta per un tipo nell'assembly specificato. (Ereditato da IHostEx) |