ClrObjectFactory Class

Definition

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

public ref class ClrObjectFactory : System::EnterpriseServices::Internal::IClrObjectFactory
[System.Runtime.InteropServices.Guid("ecabafd1-7f19-11d2-978e-0000f8757e2a")]
public class ClrObjectFactory : System.EnterpriseServices.Internal.IClrObjectFactory
[<System.Runtime.InteropServices.Guid("ecabafd1-7f19-11d2-978e-0000f8757e2a")>]
type ClrObjectFactory = class
    interface IClrObjectFactory
Public Class ClrObjectFactory
Implements IClrObjectFactory
Inheritance
ClrObjectFactory
Attributes
Implements

Remarks

ClrObjectFactory is used internally by the .NET Framework. You do not need to use the class directly in your code.

Constructors

ClrObjectFactory()

Initializes a new instance of the ClrObjectFactory class.

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.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to