C# Class Monobjc.AppKit.NSResponder.NSResponderThreadInvoker

Inheritance: NSObject
显示文件 Open project: Monobjc/monobjc

Public Methods

Method Description
NSResponderThreadInvoker ( ) : System

Initializes a new instance of the NSResponderThreadInvoker class.

NSResponderThreadInvoker ( Delegate method ) : System

Initializes a new instance of the NSResponderThreadInvoker class.

NSResponderThreadInvoker ( IntPtr nativePointer ) : System

Initializes a new instance of the NSResponderThreadInvoker class.

Private Methods

Method Description
AsyncInvoke ( Id arg ) : void
SyncInvoke ( Id arg ) : void

Method Details

NSResponderThreadInvoker() public method

Initializes a new instance of the NSResponderThreadInvoker class.
public NSResponderThreadInvoker ( ) : System
return System

NSResponderThreadInvoker() public method

Initializes a new instance of the NSResponderThreadInvoker class.
public NSResponderThreadInvoker ( Delegate method ) : System
method System.Delegate The method.
return System

NSResponderThreadInvoker() public method

Initializes a new instance of the NSResponderThreadInvoker class.
public NSResponderThreadInvoker ( IntPtr nativePointer ) : System
nativePointer System.IntPtr The native pointer.
return System