ClrObjectFactory 类

定义

从客户端激活启用 SOAP 的 COM+ 应用程序代理。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
继承
ClrObjectFactory
属性
实现

注解

ClrObjectFactory 由 .NET Framework 在内部使用。ClrObjectFactory is used internally by the .NET Framework. 不需要直接在代码中使用类。You do not need to use the class directly in your code.

构造函数

ClrObjectFactory()

初始化 ClrObjectFactory 类的新实例。Initializes a new instance of the ClrObjectFactory class.

方法

CreateFromAssembly(String, String, String)

使用程序集的配置文件,通过 .NET 远程处理激活远程程序集。Activates a remote assembly through .NET remoting, using the assembly's configuration file.

CreateFromMailbox(String, String)

使用远程程序集的邮箱,通过 .NET 远程处理激活远程程序集。Activates a remote assembly through .NET remoting, using the remote assembly's mailbox. 目前尚未实现;如果调用,将引发 COMExceptionCurrently not implemented; throws a COMException if called.

CreateFromVroot(String, String)

使用远程程序集的虚拟根 URL,通过 .NET 远程处理激活远程程序集。Activates a remote assembly through .NET remoting, using the virtual root URL of the remote assembly.

CreateFromWsdl(String, String)

使用 XML Web services 的 Web 服务描述语言 (WSDL),通过 .NET 远程处理激活远程程序集。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.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于