RegistrationServices.GetManagedCategoryGuid Method
.NET Framework 1.1
Returns the GUID of the COM category that contains the managed classes.
[Visual Basic] Public Overridable Function GetManagedCategoryGuid() As Guid _ Implements IRegistrationServices.GetManagedCategoryGuid [C#] public virtual Guid GetManagedCategoryGuid(); [C++] public: virtual Guid GetManagedCategoryGuid(); [JScript] public function GetManagedCategoryGuid() : Guid;
Return Value
The GUID of the COM category that contains the managed classes.
Implements
IRegistrationServices.GetManagedCategoryGuid
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
RegistrationServices Class | RegistrationServices Members | System.Runtime.InteropServices Namespace