NSWorkspace.UnmountAndEjectDevice Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Retornos
- Atributos
Aplica-se 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
Retornos
- Atributos