MonobjcMonobjc Documented Class Library
LayoutForImageFile Method (path)
NamespacesMonobjc.DiscRecordingDRBurnLayoutForImageFile(NSString)

Creates a layout capable of burning an image to disc.

Original signature is '+ (id) layoutForImageFile:(NSString*)path'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id LayoutForImageFile(
	NSString path
)
Public Shared Function LayoutForImageFile ( _
	path As NSString _
) As Id
public:
static Id^ LayoutForImageFile(
	NSString^ path
)
Parameters
path (NSString)
The path to the image file. This file must be one that can be read by DiscRecording. The supported image types include: .dmg, .iso, .cue, and .toc. For .cue and .toc files the corresponding data files (.bin, .img, etc) must also be present and correctly referenced in the .cue/.toc file.
Return Value
An autoreleased layout 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)