Click or drag to resize

ComServerImplementedCategories Property

Gets the list of implemented COM categories.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<Guid> ImplementedCategories { get; }

Property Value

Type: IReadOnlyListGuid
The list of implemented COM categories.
See Also