C# 클래스 Monobjc.SecurityInterface.SFKeychainSettingsPanel.SFKeychainSettingsPanelSheetDispatcher

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

공개 메소드들

메소드 설명
SFKeychainSettingsPanelSheetDispatcher ( ) : System

Initializes a new instance of the SFKeychainSettingsPanelSheetDispatcher class.

SFKeychainSettingsPanelSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the SFKeychainSettingsPanelSheetDispatcher class.

SFKeychainSettingsPanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the SFKeychainSettingsPanelSheetDispatcher class.

비공개 메소드들

메소드 설명
PanelDidEndReturnCodeContextInfo ( SFKeychainSettingsPanel sheet, NSInteger returnCode, IntPtr contextInfo ) : void

메소드 상세

SFKeychainSettingsPanelSheetDispatcher() 공개 메소드

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

SFKeychainSettingsPanelSheetDispatcher() 공개 메소드

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

SFKeychainSettingsPanelSheetDispatcher() 공개 메소드

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