C# Class Monobjc.SecurityInterface.SFKeychainSettingsPanel.SFKeychainSettingsPanelSheetDispatcher

Inheritance: NSObject
Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
PanelDidEndReturnCodeContextInfo ( SFKeychainSettingsPanel sheet, NSInteger returnCode, IntPtr contextInfo ) : void

Method Details

SFKeychainSettingsPanelSheetDispatcher() public méthode

Initializes a new instance of the SFKeychainSettingsPanelSheetDispatcher class.
public SFKeychainSettingsPanelSheetDispatcher ( ) : System
Résultat System

SFKeychainSettingsPanelSheetDispatcher() public méthode

Initializes a new instance of the SFKeychainSettingsPanelSheetDispatcher class.
public SFKeychainSettingsPanelSheetDispatcher ( IntPtr nativePointer ) : System
nativePointer System.IntPtr The native pointer.
Résultat System

SFKeychainSettingsPanelSheetDispatcher() public méthode

Initializes a new instance of the SFKeychainSettingsPanelSheetDispatcher class.
public SFKeychainSettingsPanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System
modalDelegate SheetDidEndReturnCodeContextInfoEventHandler The modal delegate.
Résultat System