IFactoryService Interface

Définition

Définit les propriétés et les méthodes qui représentent 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
Attributs

Méthodes

CreateInstance(String, Object[])

Instancie un objet par nom complet fourni.

CreateInstance<T>(String, Object[])

Instancie un objet en fonction du nom complet donné.

GetManifestResourceStream(String, String)

Charge la ressource de manifeste spécifiée à partir du service.

GetType(String)

Récupère le type de l'objet pour le nom de type complet fourni.

LoadResourceManager(String)

Instancie un objet en fonction du chemin d'accès fourni.

S’applique à