MonobjcMonobjc Documented Class Library
SharedAppleEventManager Property
NamespacesMonobjc.FoundationNSAppleEventManagerSharedAppleEventManager

Returns the single instance of NSAppleEventManager, creating it first if it doesn’t exist.

Original signature is '+ (NSAppleEventManager *)sharedAppleEventManager'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSAppleEventManager SharedAppleEventManager { get; }
Public Shared ReadOnly Property SharedAppleEventManager As NSAppleEventManager
	Get
public:
static property NSAppleEventManager^ SharedAppleEventManager {
	NSAppleEventManager^ 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)