C# Class System.Runtime.InteropServices.RegistrationServices

Inheritance: IRegistrationServices
ファイルを表示 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
RegistrationServices ( ) : System

Private Methods

Method 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 method

public RegistrationServices ( ) : System
return System