System.Runtime.InteropServices.RegistrationServices Class
Information   Base Types   Related Resources

Provides a set of services for registering and unregistering managed assemblies for use from COM.

  • Namespace: System.Runtime.InteropServices
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.1.4322
  • Assembly: mscorlib.dll

  • System.Object
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (1)Discussions (31)MembersRotorChanges
    New member/overload additions in .NET v1.1.4322
     RegisterComImportedType
  • private void RegisterComImportedType(System.Type type, System.String strAsmName, System.String strAsmVersion, System.String strAsmCodeBase, System.String strRuntimeVersion)

  •  RegisterManagedType
  • private void RegisterManagedType(System.Type type, System.String strAsmName, System.String strAsmVersion, System.String strAsmCodeBase, System.String strRuntimeVersion)

  •  RegisterValueType
  • private void RegisterValueType(System.Type type, System.String strAsmName, System.String strAsmVersion, System.String strAsmCodeBase)

  •  strRecordRootName
  • private static System.String strRecordRootName

  •  UnregisterComImportedType
  • private System.Boolean UnregisterComImportedType(System.Type type, System.String strAsmVersion)

  •  UnregisterManagedType
  • private System.Boolean UnregisterManagedType(System.Type type, System.String strAsmVersion)

  •  UnregisterValueType
  • private System.Boolean UnregisterValueType(System.Type type, System.String strAsmVersion)

  • Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com