C# Class Monobjc.Foundation.NSThread.NSThreadLauncher

Inheritance: NSObject
Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
LaunchSelector System.IntPtr

Public Methods

Method Description
NSThreadLauncher ( ) : System

Initializes a new instance of the NSThreadLauncher class.

NSThreadLauncher ( System.Action action ) : System

Initializes a new instance of the NSThreadLauncher class.

NSThreadLauncher ( Action actionWithId ) : System

Initializes a new instance of the NSThreadLauncher class.

NSThreadLauncher ( Action actionWithState ) : System

Initializes a new instance of the NSThreadLauncher class.

NSThreadLauncher ( IntPtr nativePointer ) : System

Initializes a new instance of the NSThreadLauncher class.

Private Methods

Method Description
Launch ( Id anArgument ) : void

Method Details

NSThreadLauncher() public method

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

NSThreadLauncher() public method

Initializes a new instance of the NSThreadLauncher class.
public NSThreadLauncher ( System.Action action ) : System
action System.Action The action.
return System

NSThreadLauncher() public method

Initializes a new instance of the NSThreadLauncher class.
public NSThreadLauncher ( Action actionWithId ) : System
actionWithId Action The action to execute which accepts an object parameter.
return System

NSThreadLauncher() public method

Initializes a new instance of the NSThreadLauncher class.
public NSThreadLauncher ( Action actionWithState ) : System
actionWithState Action The action to execute which accepts an object parameter.
return System

NSThreadLauncher() public method

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

Property Details

LaunchSelector public static property

public static IntPtr,System LaunchSelector
return System.IntPtr