C# Class System.Runtime.InteropServices.RegistrationServices

Inheritance: IRegistrationServices
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
RegistrationServices ( ) : System

Private Methods

Méthode Description
GetManagedCategoryGuid ( ) : System.Guid
GetProgIdForType ( Type type ) : string
GetRegistrableTypesInAssembly ( Assembly assembly ) : System.Type[]
RegisterAssembly ( Assembly assembly, AssemblyRegistrationFlags flags ) : bool
RegisterTypeForComClients ( Type type, RegistrationClassContext classContext, RegistrationConnectionType flags ) : int
RegisterTypeForComClients ( Type type, System.Guid &g ) : void
TypeRepresentsComType ( Type type ) : bool
TypeRequiresRegistration ( Type type ) : bool
UnregisterAssembly ( Assembly assembly ) : bool
UnregisterTypeForComClients ( int cookie ) : void

Method Details

RegistrationServices() public méthode

public RegistrationServices ( ) : System
Résultat System