MonobjcMonobjc Documented Class Library
MangledNames Property
NamespacesMonobjc.DiscRecordingDRFSObjectMangledNames

Returns a dictionary containing all of the filesystem-specific names for the receiver, each one mangled for uniqueness.

Original signature is '- (NSDictionary*) mangledNames'

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary MangledNames { get; }
Public Overridable ReadOnly Property MangledNames As NSDictionary
	Get
public:
virtual property NSDictionary^ MangledNames {
	NSDictionary^ get ();
}
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)