C# Class Monobjc.AppKit.NSResponder.NSResponderThreadInvoker

Inheritance: NSObject
Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode 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

Méthode Description
AsyncInvoke ( Id arg ) : void
SyncInvoke ( Id arg ) : void

Method Details

NSResponderThreadInvoker() public méthode

Initializes a new instance of the NSResponderThreadInvoker class.
public NSResponderThreadInvoker ( ) : System
Résultat System

NSResponderThreadInvoker() public méthode

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

NSResponderThreadInvoker() public méthode

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