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
Syntax public static IReadOnlyList<ComServer> All { get; }
Property Value
Type:
IReadOnlyList<ComServer>
A list of all registered COM servers.
See Also