IFactoryService Interfaccia

Definizione

Definisce le proprietà e i metodi che rappresentano 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
Attributi

Metodi

CreateInstance(String, Object[])

Crea un'istanza di un oggetto in base al nome completo fornito.

CreateInstance<T>(String, Object[])

Crea un'istanza di un oggetto basato sul nome completo specificato.

GetManifestResourceStream(String, String)

Carica la risorsa del manifesto specificata dal servizio.

GetType(String)

Recupera il tipo di oggetto per il nome completo del tipo fornito.

LoadResourceManager(String)

Crea un'istanza di un oggetto in base al percorso fornito.

Si applica a