ComServerFromClsid Method |
Gets a COM Server from a CLSID.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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