Gets a list of all registered COM servers.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntaxpublic static IReadOnlyList<ComServer> All { get; }
Property Value
Type:
IReadOnlyListComServer
A list of all registered COM servers.
See Also