IFactoryService Interface

Definição

Define propriedades e métodos que representam o 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

Nome Description
CreateInstance(String, Object[])

Instancia um objeto pelo nome completo fornecido.

CreateInstance<T>(String, Object[])

Instancia um objeto com base no nome completo dado.

GetManifestResourceStream(String, String)

Carrega o recurso de manifesto especificado a partir do serviço.

GetType(String)

Recupera o tipo do objeto para o nome completo fornecido.

LoadResourceManager(String)

Instancia um objeto com base no caminho fornecido.

Aplica-se a