RegistrationHelperTx 类

定义

注意

The RegistrationHelperTx class has been deprecated.

在维护新建立的事务时,由 .NET Framework 基础结构用来在 COM+ 目录中安装并配置程序集。

此 API 支持产品基础结构,不能在代码中直接使用。

public ref class RegistrationHelperTx sealed : System::EnterpriseServices::ServicedComponent
[System.Runtime.InteropServices.Guid("9e31421c-2f15-4f35-ad20-66fb9d4cd428")]
public sealed class RegistrationHelperTx : System.EnterpriseServices.ServicedComponent
[System.Runtime.InteropServices.Guid("c89ac250-e18a-4fc7-abd5-b8897b6a78a5")]
public sealed class RegistrationHelperTx : System.EnterpriseServices.ServicedComponent
[System.Runtime.InteropServices.Guid("c89ac250-e18a-4fc7-abd5-b8897b6a78a5")]
[System.Obsolete("The RegistrationHelperTx class has been deprecated.")]
public sealed class RegistrationHelperTx : System.EnterpriseServices.ServicedComponent
[<System.Runtime.InteropServices.Guid("9e31421c-2f15-4f35-ad20-66fb9d4cd428")>]
type RegistrationHelperTx = class
    inherit ServicedComponent
[<System.Runtime.InteropServices.Guid("c89ac250-e18a-4fc7-abd5-b8897b6a78a5")>]
type RegistrationHelperTx = class
    inherit ServicedComponent
[<System.Runtime.InteropServices.Guid("c89ac250-e18a-4fc7-abd5-b8897b6a78a5")>]
[<System.Obsolete("The RegistrationHelperTx class has been deprecated.")>]
type RegistrationHelperTx = class
    inherit ServicedComponent
Public NotInheritable Class RegistrationHelperTx
Inherits ServicedComponent
继承
属性

注解

TransactionAttribute 属性应用于 RegistrationHelperTx 类,具有 字段的参数 RequiresNew

无需直接从代码使用此类型。 请改用 RegistrationHelper 类。

构造函数

RegistrationHelperTx()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

初始化 RegistrationHelperTx 类的新实例。

方法

Activate()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

当从池创建或分配对象时,由基础结构调用。 重写此方法以将自定义初始化代码添加到对象中。

(继承自 ServicedComponent)
CanBePooled()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

在将对象放回到池中之前结构调用该方法。 重写此方法以决定是否将对象放回到池中。

(继承自 ServicedComponent)
Construct(String)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

恰好在调用构造函数后由基础结构调用,并且在构造函数字符串中传递。 重写该方法以使用结构字符串值。

(继承自 ServicedComponent)
CreateObjRef(Type)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。

(继承自 MarshalByRefObject)
Deactivate()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

当对象即将停用时由基础结构调用。 重写该方法以在使用实时 (JIT) 编译代码或对象池时向对象添加自定义终止代码。

(继承自 ServicedComponent)
Dispose()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

释放由 ServicedComponent 使用的所有资源。

(继承自 ServicedComponent)
Dispose(Boolean)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

释放由 ServicedComponent 占用的非托管资源,还可以另外再释放托管资源。

(继承自 ServicedComponent)
Equals(Object)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

作为默认哈希函数。

(继承自 Object)
GetLifetimeService()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

检索控制此实例的生存期策略的当前生存期服务对象。

(继承自 MarshalByRefObject)
GetType()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

获取当前实例的 Type

(继承自 Object)
InitializeLifetimeService()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

获取生存期服务对象来控制此实例的生存期策略。

(继承自 MarshalByRefObject)
InstallAssembly(String, String, String, InstallationFlags, Object)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

使用事务性语义在 COM+ 目录中安装命名的程序集。

InstallAssembly(String, String, String, String, InstallationFlags, Object)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

使用事务性语义在 COM+ 目录中安装命名的程序集。

InstallAssemblyFromConfig(RegistrationConfig, Object)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

使用事务性语义在 COM+ 目录中安装指定的程序集。

IsInTransaction()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

获取一个值,该值指示 RegistrationHelperTx 类实例的当前上下文是否为事务性的。

MemberwiseClone()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
MemberwiseClone(Boolean)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

创建当前 MarshalByRefObject 对象的浅表副本。

(继承自 MarshalByRefObject)
ToString()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

返回表示当前对象的字符串。

(继承自 Object)
UninstallAssembly(String, String, Object)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

使用事务性语义从 COM+ 应用程序卸载程序集。

UninstallAssembly(String, String, String, Object)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

使用事务性语义从 COM+ 应用程序卸载程序集。

UninstallAssemblyFromConfig(RegistrationConfig, Object)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

使用事务性语义从 COM+ 应用程序中卸载指定的程序集。

显式接口实现

IRemoteDispatch.RemoteDispatchAutoDone(String)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

确保在 COM+ 上下文中,ServicedComponent 类对象的 done 位在远程方法调用后设置为 true

(继承自 ServicedComponent)
IRemoteDispatch.RemoteDispatchNotAutoDone(String)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

不确保在 COM+ 上下文中,ServicedComponent 类对象的 done 位在远程方法调用后设置为 true

(继承自 ServicedComponent)
IServicedComponentInfo.GetComponentInfo(Int32, String[])

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

获取关于 ServicedComponent 类实例的某些信息。

(继承自 ServicedComponent)

适用于

另请参阅