IClrObjectFactory Interface

Definition

Activates SOAP-enabled COM+ application proxies from a 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
Derived
Attributes

Remarks

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.

Methods

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.

Applies to