August 2003
Intermediate to advanced
928 pages
32h 1m
English
RegistrationServices
This class is responsible for registering and unregistering assemblies with COM.
public class RegistrationServices : IRegistrationServices { // Public Constructors public RegistrationServices( ); // Public Instance Methods public virtual Guid GetManagedCategoryGuid( ); // implements IRegistrationServices public virtual string GetProgIdForType(Typetype); // implements IRegistrationServices public virtual Type[ ] GetRegistrableTypesInAssembly(System.Reflection.Assemblyassembly); // implements IRegistrationServices public virtual bool RegisterAssembly(System.Reflection.Assemblyassembly, AssemblyRegistrationFlagsflags); // implements IRegistrationServices public virtual void RegisterTypeForComClients(Typetype, ref Guidg); // implements IRegistrationServices public virtual bool TypeRepresentsComType(Typetype); // implements IRegistrationServices public virtual bool TypeRequiresRegistration(Typetype); // implements IRegistrationServices public virtual bool UnregisterAssembly(System.Reflection.Assemblyassembly) // implements IRegistrationServices }