IClrObjectFactory Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Active les proxies de l'application COM+ compatible SOAP à partir d'un client.
public interface class IClrObjectFactory
[System.Runtime.InteropServices.Guid("ecabafd2-7f19-11d2-978e-0000f8757e2a")]
public interface IClrObjectFactory
[<System.Runtime.InteropServices.Guid("ecabafd2-7f19-11d2-978e-0000f8757e2a")>]
type IClrObjectFactory = interface
Public Interface IClrObjectFactory
- Dérivé
- Attributs
Remarques
Consultez ClrObjectFactory pour connaître l’implémentation par défaut.
IClrObjectFactory est utilisé en interne par le .NET Framework. Vous n’avez pas besoin de l’utiliser directement dans votre code.
Méthodes
CreateFromAssembly(String, String, String) |
Active un assembly distant via .NET Remoting en utilisant le fichier de configuration de l'assembly. |
CreateFromMailbox(String, String) |
Active un assembly distant via .NET Remoting en utilisant la boîte aux lettres de l'assembly distant. Actuellement non implémentée ; lève une COMException si elle est appelée. |
CreateFromVroot(String, String) |
Active un assembly distant via .NET Remoting en utilisant l'URL racine virtuelle de l'assembly distant. |
CreateFromWsdl(String, String) |
Active un assembly distant via .NET Remoting en utilisant le langage WSDL (Web Services Description Language) du service Web XML. |