ShellBrowser Constructor |
| Name | Description | |
|---|---|---|
| ShellBrowser |
Initializes a new instance of the ShellBrowser class.
Since version 4.0 SpecialFolder does not point to Drives anymore,
use ShellBrowser(ShellFolder) constructor instead, this is due to performance reasons.
| |
| ShellBrowser(String) |
Initializes a new instance of the ShellBrowser class makes the object with the given path the active object.
| |
| ShellBrowser(ItemIdList) |
Initializes a new instance of the ShellBrowser class makes the object with the given ItemIdList the active object.
| |
| ShellBrowser(ShellBrowser) |
Initializes a copy of the given ShellBrowser.
| |
| ShellBrowser(ShellFolder) |
Initializes a new instance of the ShellBrowserBase class and assigns its SpecialFolder property
|