IFactoryService Interfaz

Definición

Define las propiedades y métodos que representan el FactoryService.

public interface class IFactoryService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("3f68ba77-75e9-488e-a0b4-8227df82463b")]
public interface IFactoryService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("3f68ba77-75e9-488e-a0b4-8227df82463b")>]
type IFactoryService = interface
Public Interface IFactoryService
Atributos

Métodos

CreateInstance(String, Object[])

Crea instancias de un objeto por el nombre completo proporcionado.

CreateInstance<T>(String, Object[])

Crea instancias de un objeto según el nombre completo dado.

GetManifestResourceStream(String, String)

Carga el recurso manifiesto especificado a partir del servicio.

GetType(String)

Recupera el tipo del objeto para el nombre de tipo completo proporcionado.

LoadResourceManager(String)

Crea instancias de un objeto según la ruta de acceso proporcionada.

Se aplica a