NSFileManager.UnmountVolumeAsync(NSUrl, NSFileManagerUnmountOptions) Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task UnmountVolumeAsync (Foundation.NSUrl url, Foundation.NSFileManagerUnmountOptions mask);
abstract member UnmountVolumeAsync : Foundation.NSUrl * Foundation.NSFileManagerUnmountOptions -> System.Threading.Tasks.Task
override this.UnmountVolumeAsync : Foundation.NSUrl * Foundation.NSFileManagerUnmountOptions -> System.Threading.Tasks.Task

Parameters

url
NSUrl

Returns

Attributes

Applies to