ComServerFromClsid Method |
Gets a COM Server from a CLSID.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static ComServer FromClsid(
Guid clsid
)
Parameters
- clsid
- Type: SystemGuid
The CLSID.
Return Value
Type:
ComServer
A COM server instance or null.
See Also