IRegistrationServices

IRegistrationServices

System.Runtime.InteropServices (mscorlib.dll) interface

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  (Type   type   );    public Type[ ]  GetRegistrableTypesInAssembly  (System.Reflection.Assembly   assembly   );    public bool  RegisterAssembly  (System.Reflection.Assembly   assembly   ,          AssemblyRegistrationFlags   flags   );    public void  RegisterTypeForComClients  (Type   type   , ref Guid   g   );    public bool  TypeRepresentsComType  (Type   type   );    public bool  TypeRequiresRegistration  (Type   type   );    public bool  UnregisterAssembly  (System.Reflection.Assembly   assembly   ); } 

Implemented By

RegistrationServices



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net