NSWorkspace.UnmountAndEjectDevice Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
UnmountAndEjectDevice(String) | |
UnmountAndEjectDevice(NSUrl, NSError) |
UnmountAndEjectDevice(String)
[Foundation.Export("unmountAndEjectDeviceAtPath:")]
[ObjCRuntime.ThreadSafe]
public virtual bool UnmountAndEjectDevice (string path);
abstract member UnmountAndEjectDevice : string -> bool
override this.UnmountAndEjectDevice : string -> bool
Parameter
- path
- String
Gibt zurück
- Attribute
Gilt für:
UnmountAndEjectDevice(NSUrl, NSError)
[Foundation.Export("unmountAndEjectDeviceAtURL:error:")]
[ObjCRuntime.ThreadSafe]
public virtual bool UnmountAndEjectDevice (Foundation.NSUrl url, out Foundation.NSError error);
abstract member UnmountAndEjectDevice : Foundation.NSUrl * -> bool
override this.UnmountAndEjectDevice : Foundation.NSUrl * -> bool
Parameter
- url
- NSUrl
- error
- NSError
Gibt zurück
- Attribute