IHostStubClass Classe
Definição
Fornece métodos para a criação de fábricas de classes.Provides methods for creating class factories.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public ref class IHostStubClass : Microsoft::IE::IHostStub
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("05EBA30A-0164-11D3-8729-00C04F79ED0D")]
public class IHostStubClass : Microsoft.IE.IHostStub
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("05EBA30A-0164-11D3-8729-00C04F79ED0D")>]
type IHostStubClass = class
interface IHostEx
interface IHostStub
Public Class IHostStubClass
Implements IHostStub
- Herança
-
IHostStubClass
- Atributos
- Implementações
Construtores
| IHostStubClass() |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Inicializa uma nova instância da classe IHostStubClass.Initializes a new instance of the IHostStubClass class. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetClassFactory(String, String) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Cria uma fábrica de classes para um tipo no assembly especificado.Creates a class factory for a type in the specified assembly. |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetSecuredClassFactory(Int32, Int32, String, String, String, String, String) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Cria uma fábrica de classes segura para um tipo no assembly especificado.Creates a secure class factory for a type in the specified assembly. |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |