RegistrationConfig 类
定义
为将程序集安装到 COM+ 目录中提供配置信息。Provides configuration information for installing assemblies into the COM+ catalog.
public ref class RegistrationConfig
[System.Runtime.InteropServices.Guid("36dcda30-dc3b-4d93-be42-90b2d74c64e7")]
[System.Serializable]
public class RegistrationConfig
[<System.Runtime.InteropServices.Guid("36dcda30-dc3b-4d93-be42-90b2d74c64e7")>]
[<System.Serializable>]
type RegistrationConfig = class
Public Class RegistrationConfig
- 继承
-
RegistrationConfig
- 属性
构造函数
| RegistrationConfig() |
初始化 RegistrationConfig 类的新实例。Initializes a new instance of the RegistrationConfig class. |
属性
| Application |
获取或设置要在其中安装程序集的 COM+ 应用程序的名称。Gets or sets the name of the COM+ application in which the assembly is to be installed. |
| ApplicationRootDirectory |
获取或设置应用程序的根目录的名称。Gets or sets the name of the root directory of the application. |
| AssemblyFile |
获取或设置要安装的程序集的文件名。Gets or sets the file name of the assembly to install. |
| InstallationFlags |
获取或设置一个标志,该标志指示如何安装程序集。Gets or sets a flag that indicates how to install the assembly. |
| Partition |
获取或设置 COM+ 分区的名称。Gets or sets the name of the COM+ partition. |
| TypeLibrary |
获取或设置输出类型库导出程序 (Tlbexp.exe) 文件的名称。Gets or sets the name of the output Type Library Exporter (Tlbexp.exe) file. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets 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) |