ClrObjectFactory Class
Activates SOAP-enabled COM+ application proxies from a client.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | ClrObjectFactory() | Initializes a new instance of the ClrObjectFactory class. |
| 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. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
ClrObjectFactory is used internally by the .NET Framework. You do not need to use the class directly in your code.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

