IClrObjectFactory Interface

 

Activates SOAP-enabled COM+ application proxies from a client.

Namespace:   System.EnterpriseServices.Internal
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

[GuidAttribute("ecabafd2-7f19-11d2-978e-0000f8757e2a")]
public interface class IClrObjectFactory

NameDescription
System_CAPS_pubmethodCreateFromAssembly(String^, String^, String^)

Activates a remote assembly through .NET remoting, using the assembly's configuration file.

System_CAPS_pubmethodCreateFromMailbox(String^, String^)

Activates a remote assembly through .NET remoting, using the remote assembly's mailbox. Currently not implemented; throws a COMException if called.

System_CAPS_pubmethodCreateFromVroot(String^, String^)

Activates a remote assembly through .NET remoting, using the virtual root URL of the remote assembly.

System_CAPS_pubmethodCreateFromWsdl(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
Return to top
Show: