MonobjcMonobjc Documented Class Library
UnmountAndEjectDeviceAtPath Method (path)
NamespacesMonobjc.AppKitNSWorkspaceUnmountAndEjectDeviceAtPath(NSString)

Unmounts and ejects the device at the specified path.

Original signature is '- (BOOL)unmountAndEjectDeviceAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool UnmountAndEjectDeviceAtPath(
	NSString path
)
Public Overridable Function UnmountAndEjectDeviceAtPath ( _
	path As NSString _
) As Boolean
public:
virtual bool UnmountAndEjectDeviceAtPath(
	NSString^ path
)
Parameters
path (NSString)
The path to the device.
Return Value
YES if the device was unmounted; otherwise, NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)