This documentation is archived and is not being maintained.
IClrObjectFactory Interface
Visual Studio 2010
Activates SOAP-enabled COM+ application proxies from a client.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
The IClrObjectFactory type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateFromAssembly | Activates a remote assembly through .NET remoting, using the assembly's configuration file. |
![]() | CreateFromMailbox | Activates a remote assembly through .NET remoting, using the remote assembly's mailbox. Currently not implemented; throws a COMException if called. |
![]() | CreateFromVroot | Activates a remote assembly through .NET remoting, using the virtual root URL of the remote assembly. |
![]() | CreateFromWsdl | Activates a remote assembly through .NET remoting, using the Web Services Description Language (WSDL) of the XML Web service. |
See ClrObjectFactory for the default implementation.
IClrObjectFactory is used internally by the .NET Framework. You do not need to use it directly in your code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
