C# Класс Monobjc.Foundation.NSThread.NSThreadLauncher

Наследование: NSObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
LaunchSelector System.IntPtr

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Launch ( Id anArgument ) : void

Описание методов

NSThreadLauncher() публичный Метод

Initializes a new instance of the NSThreadLauncher class.
public NSThreadLauncher ( ) : System
Результат System

NSThreadLauncher() публичный Метод

Initializes a new instance of the NSThreadLauncher class.
public NSThreadLauncher ( System.Action action ) : System
action System.Action The action.
Результат System

NSThreadLauncher() публичный Метод

Initializes a new instance of the NSThreadLauncher class.
public NSThreadLauncher ( Action actionWithId ) : System
actionWithId Action The action to execute which accepts an object parameter.
Результат System

NSThreadLauncher() публичный Метод

Initializes a new instance of the NSThreadLauncher class.
public NSThreadLauncher ( Action actionWithState ) : System
actionWithState Action The action to execute which accepts an object parameter.
Результат System

NSThreadLauncher() публичный Метод

Initializes a new instance of the NSThreadLauncher class.
public NSThreadLauncher ( IntPtr nativePointer ) : System
nativePointer System.IntPtr The native pointer.
Результат System

Описание свойств

LaunchSelector публичное статическое свойство

public static IntPtr,System LaunchSelector
Результат System.IntPtr