MonobjcMonobjc Documented Class Library
InvokeRequired Property
NamespacesMonobjc.AppKitNSResponderInvokeRequired

Gets a value indicating whether the caller must call Invoke(Delegate, array<Object>[]()[][]) when calling an object that implements this interface.

NB: Assumption is made that Objective-C controls have been created on the Main Thread.

Declaration Syntax
C#Visual BasicVisual C++
public bool InvokeRequired { get; }
Public ReadOnly Property InvokeRequired As Boolean
	Get
public:
virtual property bool InvokeRequired {
	bool get () sealed;
}
Return Value
true if the caller must call Invoke(Delegate, array<Object>[]()[][]); otherwise, false.
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.AppKit (Module: Monobjc.AppKit)