IHostEx Interfaz

Definición

Proporciona métodos para crear generadores de clases.

public interface class IHostEx
[System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IHostEx
[<System.Runtime.InteropServices.Guid("FC3DA537-C144-42C3-92F8-EA88267EC73B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IHostEx = interface
Public Interface IHostEx
Derivado
Atributos

Métodos

Nombre Description
GetClassFactory(String, String)

Crea un generador de clases para un tipo en el ensamblado especificado.

GetSecuredClassFactory(Int32, Int32, String, String, String, String, String)

Crea un generador de clases seguro para un tipo en el ensamblado especificado.

Se aplica a