ShellBrowser Constructor (String) |
Initializes a new instance of the
ShellBrowser class makes the object with the given path the active object.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellBrowser(
string pObjectPath
)
Public Sub New (
pObjectPath As String
)
public:
ShellBrowser(
String^ pObjectPath
)
new :
pObjectPath : string -> ShellBrowser
Parameters
- pObjectPath
- Type: SystemString
The file system path of the object that should be initially the active object.
See Also