Property | Type | Description | |
---|---|---|---|
LaunchSelector |
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 |
Initializes a new instance of the NSThreadLauncher class.
|
|
NSThreadLauncher ( Action |
Initializes a new instance of the NSThreadLauncher class.
|
|
NSThreadLauncher ( |
Initializes a new instance of the NSThreadLauncher class.
|
Method | Description | |
---|---|---|
Launch ( Id anArgument ) : void |
public NSThreadLauncher ( System.Action action ) : System | ||
action | System.Action | The action. |
return | System |
public NSThreadLauncher ( Action |
||
actionWithId | Action |
The action to execute which accepts an object parameter. |
return | System |
public NSThreadLauncher ( Action | ||
actionWithState | Action | The action to execute which accepts an object parameter. |
return | System |
public NSThreadLauncher ( |
||
nativePointer | The native pointer. | |
return | System |