ComServerImplementedCategories Property |
Gets the list of implemented COM categories.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IReadOnlyList<Guid> ImplementedCategories { get; }
Property Value
Type:
IReadOnlyListGuid
The list of implemented COM categories.
See Also