FolderViewFromNativeObject Method |
Gets a FolderView 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 FolderView FromNativeObject(
Object obj
)
Parameters
- obj
- Type: SystemObject
The COM object.
Return Value
Type:
FolderView
An FolderView instance or null.
See Also