MonobjcMonobjc Documented Class Library
DRFileFork Enumeration
NamespacesMonobjc.DiscRecordingDRFileFork

[Missing <summary> documentation for "T:Monobjc.DiscRecording.DRFileFork"]

Declaration Syntax
C#Visual BasicVisual C++
public enum DRFileFork
Public Enumeration DRFileFork
public enum class DRFileFork
Members
MemberDescription
DRFileForkData

The data fork contains the primary information for the file and is the fork used for files such as JPEGs, text files, etc.


DRFileForkResource

The resource fork contains secondary meta-data, which is not important to the primary content of the file and may safely be ignored when the file is sent to a filesystem or OS which does not support multiple forks. See Inside Macintosh: Resources for more information on the format of a resource fork.


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)