MonobjcMonobjc Documented Class Library
SharedCoercionHandler Property
NamespacesMonobjc.FoundationNSScriptCoercionHandlerSharedCoercionHandler

Returns the shared NSScriptCoercionHandler for the application.

Original signature is '+ (NSScriptCoercionHandler *)sharedCoercionHandler'

Available in Mac OS X v10.0 and later.

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