MonobjcMonobjc Documented Class Library
Descriptor Property
NamespacesMonobjc.FoundationNSScriptObjectSpecifierDescriptor

Returns an Apple event descriptor that represents the receiver.

Original signature is '- (NSAppleEventDescriptor *)descriptor'

Available in Mac OS X v10.5 and later.

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