C# 클래스 MonoMac.CoreFoundation.DispatchQueue

상속: DispatchObject
파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
DispatchAsync ( NSAction action ) : void
DispatchQueue ( IntPtr handle ) : System
DispatchQueue ( string label ) : System
DispatchSync ( NSAction action ) : void
GetGlobalQueue ( DispatchQueuePriority priority ) : DispatchQueue
MainIteration ( ) : void

비공개 메소드들

메소드 설명
DispatchQueue ( IntPtr handle, bool owns ) : System
dispatch_async_f ( IntPtr queue, IntPtr context, dispatch_callback_t dispatch ) : void
dispatch_get_current_queue ( ) : IntPtr
dispatch_get_global_queue ( IntPtr priority, IntPtr flags ) : IntPtr
dispatch_get_main_queue ( ) : IntPtr
dispatch_main ( ) : IntPtr
dispatch_queue_create ( string label, IntPtr attr ) : IntPtr
dispatch_queue_get_label ( IntPtr queue ) : string
dispatch_sync_f ( IntPtr queue, IntPtr context, dispatch_callback_t dispatch ) : void
static_dispatcher_to_managed ( IntPtr context ) : void

메소드 상세

DispatchAsync() 공개 메소드

public DispatchAsync ( NSAction action ) : void
action NSAction
리턴 void

DispatchQueue() 공개 메소드

public DispatchQueue ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

DispatchQueue() 공개 메소드

public DispatchQueue ( string label ) : System
label string
리턴 System

DispatchSync() 공개 메소드

public DispatchSync ( NSAction action ) : void
action NSAction
리턴 void

GetGlobalQueue() 공개 정적인 메소드

public static GetGlobalQueue ( DispatchQueuePriority priority ) : DispatchQueue
priority DispatchQueuePriority
리턴 DispatchQueue

MainIteration() 공개 정적인 메소드

public static MainIteration ( ) : void
리턴 void