MonobjcMonobjc Documented Class Library
DeviceForIORegistryEntryPath Method (path)
NamespacesMonobjc.DiscRecordingDRDeviceDeviceForIORegistryEntryPath(NSString)

Obtains a DRDevice for the device at the path.

Original signature is '+ (DRDevice*) deviceForIORegistryEntryPath:(NSString*)path'

Declaration Syntax
C#Visual BasicVisual C++
public static DRDevice DeviceForIORegistryEntryPath(
	NSString path
)
Public Shared Function DeviceForIORegistryEntryPath ( _
	path As NSString _
) As DRDevice
public:
static DRDevice^ DeviceForIORegistryEntryPath(
	NSString^ path
)
Parameters
path (NSString)
The IORegistry path to the device you wish to obtain a DRDEvice for.
Return Value
An autoreleased DRDevice object.
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.DiscRecording (Module: Monobjc.DiscRecording)