RegistrationConfig Class

Definition

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
Inheritance
RegistrationConfig
Attributes

Constructors

RegistrationConfig()

Initializes a new instance of the RegistrationConfig class.

Properties

Application

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

Gets or sets the name of the COM+ partition.

TypeLibrary

Gets or sets the name of the output Type Library Exporter (Tlbexp.exe) file.

Methods

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