IClrObjectFactory Interface
.NET Framework (current version)
Activates SOAP-enabled COM+ application proxies from a client.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | CreateFromAssembly(String^, String^, String^) | Activates a remote assembly through .NET remoting, using the assembly's configuration file. |
![]() | CreateFromMailbox(String^, String^) | Activates a remote assembly through .NET remoting, using the remote assembly's mailbox. Currently not implemented; throws a COMException if called. |
![]() | CreateFromVroot(String^, String^) | Activates a remote assembly through .NET remoting, using the virtual root URL of the remote assembly. |
![]() | CreateFromWsdl(String^, String^) | 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.
.NET Framework
Available since 1.1
Available since 1.1
Show:
