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 | |
|---|---|---|
| .gif) | RegistrationAttribute.RegistrationContext | Creates a new RegistrationAttribute.RegistrationContext object. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CreateKey | Creates a new registration key by name. | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | EscapePath | Reformats a string as needed by the registration tool. | 
| .gif) | 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.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | RemoveKey | Removes an existing registration key. | 
| .gif) | RemoveKeyIfEmpty | Removes the key of the specified name if it has no child key and no value. | 
| .gif) | RemoveValue | Removes a value from a registration key. | 
| .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CodeBase | Gets the path and filename of the object being registered. | 
| .gif) | ComponentPath | Gets the path to the component that is being registered. | 
| .gif) | ComponentType | Gets the type of component being registered. | 
| .gif) | InprocServerPath | Gets the path to the in-process server DLL. | 
| .gif) | Log | Gets a TextWriter object that can be used to log events during registration. | 
| .gif) | RegistrationMethod | Gets a value that specifies how the assembly should be registered/located. | 
| .gif) | RootFolder | Gets or sets the root folder. | 
Top