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
Creates a new registration key by name.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Reformats a string as needed by the registration tool.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes an existing registration key.
Removes the key of the specified name if it has no child key and no value.
Removes a value from a registration key.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the path and filename of the object being registered.
Gets the path to the component that is being registered.
Gets the type of component being registered.
Gets the path to the in-process server DLL.
Gets a TextWriter object that can be used to log events during registration.
Gets a value that specifies how the assembly should be registered/located.
Top