UtilSystemNotificationNotifyDriveAdded Method
Notifies the system that a drive has been added.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void NotifyDriveAdded(
string driveRootPath,
bool createShellWindow = false
)
Public Shared Sub NotifyDriveAdded (
driveRootPath As String,
Optional createShellWindow As Boolean = false
)
Dim driveRootPath As String
Dim createShellWindow As Boolean
UtilSystemNotification.NotifyDriveAdded(driveRootPath,
createShellWindow)
public:
static void NotifyDriveAdded(
String^ driveRootPath,
bool createShellWindow = false
)
static member NotifyDriveAdded :
driveRootPath : string *
?createShellWindow : bool
(* Defaults:
let _createShellWindow = defaultArg createShellWindow false
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- driveRootPath String
-
The root path of the drive that has been added.
- createShellWindow Boolean (Optional)
-
If , tell the Shell to create a new window for the drive.
ArgumentNullException
|
driveRootPath
|