C# 클래스 Monobjc.Foundation.NSThread.NSThreadLauncher

상속: NSObject
파일 보기 프로젝트 열기: Monobjc/monobjc

공개 프로퍼티들

프로퍼티 타입 설명
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