Click or drag to resize

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
C#
public static ComServer FromClsid(
	Guid clsid
)

Parameters

clsid
Type: SystemGuid
The CLSID.

Return Value

Type: ComServer
A COM server instance or null.
See Also