Gets an Item instance from a native COM object.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Item FromClsid(
Guid clsid,
bool noFolder = false,
CLSCTX context = CLSCTX.CLSCTX_ALL,
bool throwOnError = true
)
Parameters
- clsid
- Type: SystemGuid
The COM object class identifier. - noFolder (Optional)
- Type: SystemBoolean
if set to true the method will never return a Folder instance. - context (Optional)
- Type: ShellBoost.Core.WindowsShellCLSCTX
The context. - throwOnError (Optional)
- Type: SystemBoolean
if set to true errors may be throw.
Return Value
Type:
Item
An Item instance or null.
See Also