C# 클래스 Monobjc.AppKit.NSAlert.NSAlertSheetDispatcher

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

공개 메소드들

메소드 설명
NSAlertSheetDispatcher ( ) : System

Initializes a new instance of the NSAlertSheetDispatcher class.

NSAlertSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the NSAlertSheetDispatcher class.

NSAlertSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the NSAlertSheetDispatcher class.

비공개 메소드들

메소드 설명
SheetDidEndReturnCodeContextInfo ( NSAlert alert, NSInteger returnCode, IntPtr contextInfo ) : void

메소드 상세

NSAlertSheetDispatcher() 공개 메소드

Initializes a new instance of the NSAlertSheetDispatcher class.
public NSAlertSheetDispatcher ( ) : System
리턴 System

NSAlertSheetDispatcher() 공개 메소드

Initializes a new instance of the NSAlertSheetDispatcher class.
public NSAlertSheetDispatcher ( IntPtr nativePointer ) : System
nativePointer System.IntPtr The native pointer.
리턴 System

NSAlertSheetDispatcher() 공개 메소드

Initializes a new instance of the NSAlertSheetDispatcher class.
public NSAlertSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System
modalDelegate SheetDidEndReturnCodeContextInfoEventHandler The modal delegate.
리턴 System