NSWorkspace.UnmountAndEjectDevice Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- path
- String
Devoluciones
- Atributos
Se aplica a
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
Parámetros
- url
- NSUrl
- error
- NSError
Devoluciones
- Atributos