DynamicComObjectCreate Method (Guid, Boolean) |
Creates a COM object from a CLSID.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
ObjectAn instance of a COM object or null.
See Also