Click or drag to resize

DynamicComObjectCreate Method (Guid, Boolean)

Creates a COM object from a CLSID.

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

Parameters

clsid
Type: SystemGuid
The CLSID.
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