Click or drag to resize

DynamicComObjectCreate Method (String, Boolean)

Creates a COM object from a progID.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Object Create(
	string progID,
	bool throwOnError = true
)

Parameters

progID
Type: SystemString
The progID.
throwOnError (Optional)
Type: SystemBoolean
true to throw any exception that occurs.-or- false to ignore any exception that occurs.

Return Value

Type: Object
An instance of a COM object or null.
See Also