ItemFromNativeObject Method |
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 FromNativeObject(
Object obj,
bool noFolder = false
)
Parameters
- obj
- Type: SystemObject
The COM object. - noFolder (Optional)
- Type: SystemBoolean
if set to true the method will never return a Folder instance.
Return Value
Type:
Item
An Item instance or null.
See Also