August 2003
Intermediate to advanced
928 pages
32h 1m
English
IRegistrationServices
This interface defines the interface used by classes that register and unregister assemblies with COM.
public interface IRegistrationServices { // Public Instance Methods public Guid GetManagedCategoryGuid( ); public string GetProgIdForType(Typetype); public Type[ ] GetRegistrableTypesInAssembly(System.Reflection.Assemblyassembly); public bool RegisterAssembly(System.Reflection.Assemblyassembly, AssemblyRegistrationFlagsflags); public void RegisterTypeForComClients(Typetype, ref Guidg); public bool TypeRepresentsComType(Typetype); public bool TypeRequiresRegistration(Typetype); public bool UnregisterAssembly(System.Reflection.Assemblyassembly); }
RegistrationServices