RegistrationAttribute.RegistrationContext Members
Include Protected Members
Include Inherited Members
An abstract base class for objects providing context information from an external source to a registration attribute.
The RegistrationAttribute.RegistrationContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
RegistrationAttribute.RegistrationContext | Creates a new RegistrationAttribute.RegistrationContext object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateKey | Creates a new registration key by name. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
EscapePath | Reformats a string as needed by the registration tool. |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (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.) |
![]() |
RemoveKey | Removes an existing registration key. |
![]() |
RemoveKeyIfEmpty | Removes the key of the specified name if it has no child key and no value. |
![]() |
RemoveValue | Removes a value from a registration key. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CodeBase | Gets the path and filename of the object being registered. |
![]() |
ComponentPath | Gets the path to the component that is being registered. |
![]() |
ComponentType | Gets the type of component being registered. |
![]() |
InprocServerPath | Gets the path to the in-process server DLL. |
![]() |
Log | Gets a TextWriter object that can be used to log events during registration. |
![]() |
RegistrationMethod | Gets a value that specifies how the assembly should be registered/located. |
![]() |
RootFolder | Gets or sets the root folder. |
Top