RegistrationServices Members
Public Constructors
RegistrationServices Constructor | Initializes a new instance of the RegistrationServices class. |
Public Methods
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetManagedCategoryGuid | Returns the GUID of the COM category that contains the managed classes. |
GetProgIdForType | Retrieves the COM ProgID for the specified type. |
GetRegistrableTypesInAssembly | Retrieves a list of classes in an assembly that would be registered by a call to RegisterAssembly. |
GetType (inherited from Object) | Gets the Type of the current instance. |
RegisterAssembly | Registers the classes in a managed assembly to enable creation from COM. |
RegisterTypeForComClients | Registers the specified type with COM using the specified GUID. This method is not intended to be used directly from your code. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
TypeRepresentsComType | Determines whether the specified type is a COM type. |
TypeRequiresRegistration | Determines whether the specified type requires registration. |
UnregisterAssembly | Unregisters the classes in a managed assembly. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
RegistrationServices Class | System.Runtime.InteropServices Namespace

