Shell |
| 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(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 | |
| ShellBrowser(String) | Initializes a new instance of the ShellBrowser class makes the object with the given path the active object. |