Click or drag to resize

ComServerFromProgid Method

Gets a COM Server from a ProgId.

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

Parameters

progid
Type: SystemString
The ProgId.

Return Value

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