Click or drag to resize

ComServerFromProgidShellEx Method

Gets a COM Server from a ProgId and a Shell Extension guid.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ComServer FromProgidShellEx(
	string progid,
	Guid extensionGuid
)

Parameters

progid
Type: SystemString
The ProgId.
extensionGuid
Type: SystemGuid
The Shell Extension unique identifier.

Return Value

Type: ComServer
A COM server instance or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionprogid
ArgumentNullExceptionprogid is null.
See Also