NSApplicationDelegate
NSApplicationDelegate()
NSApplicationDelegate(IntPtr)
NSApplicationDelegate(NativeHandle)
NSApplicationDelegate(NSObjectFlag)
ApplicationDockMenu(NSApplication)
ApplicationOpenUntitledFile(NSApplication)
ApplicationShouldHandleReopen(NSApplication, Boolean)
ApplicationShouldOpenUntitledFile(NSApplication)
ApplicationShouldTerminate(NSApplication)
ApplicationShouldTerminateAfterLastWindowClosed(NSApplication)
ContinueUserActivity(NSApplication, NSUserActivity, ContinueUserActivityRestorationHandler)
DecodedRestorableState(NSApplication, NSCoder)
DidBecomeActive(NSNotification)
DidFinishLaunching(NSNotification)
DidHide(NSNotification)
DidResignActive(NSNotification)
DidUnhide(NSNotification)
DidUpdate(NSNotification)
FailedToContinueUserActivity(NSApplication, String, NSError)
FailedToRegisterForRemoteNotifications(NSApplication, NSError)
GetHandler(NSApplication, INIntent)
HandlesKey(NSApplication, String)
OpenFile(NSApplication, String)
OpenFiles(NSApplication, String[])
OpenFileWithoutUI(NSObject, String)
OpenTempFile(NSApplication, String)
OpenUrls(NSApplication, NSUrl[])
OrderFrontStandardAboutPanel(NSObject)
OrderFrontStandardAboutPanelWithOptions(NSDictionary)
PrintFile(NSApplication, String)
PrintFiles(NSApplication, String[], NSDictionary, Boolean)
ProtectedDataDidBecomeAvailable(NSNotification)
ProtectedDataWillBecomeUnavailable(NSNotification)
ReadSelectionFromPasteboard(NSPasteboard)
ReceivedRemoteNotification(NSApplication, NSDictionary)
RegisteredForRemoteNotifications(NSApplication, NSData)
RegisterServicesMenu(String[], String[])
ScreenParametersChanged(NSNotification)
ShouldAutomaticallyLocalizeKeyEquivalents(NSApplication)
SupportsSecureRestorableState(NSApplication)
UpdatedUserActivity(NSApplication, NSUserActivity)
UserDidAcceptCloudKitShare(NSApplication, CKShareMetadata)
WillBecomeActive(NSNotification)
WillContinueUserActivity(NSApplication, String)
WillEncodeRestorableState(NSApplication, NSCoder)
WillFinishLaunching(NSNotification)
WillHide(NSNotification)
WillPresentError(NSApplication, NSError)
WillResignActive(NSNotification)
WillTerminate(NSNotification)
WillUnhide(NSNotification)
WillUpdate(NSNotification)
WriteSelectionToPasteboard(NSPasteboard, String[])
xamarinmac
namespace AppKit
{
[Model]
[Protocol]
[Register("NSApplicationDelegate", false)]
public class NSApplicationDelegate : NSObject, INSApplicationDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal NSApplicationDelegate(IntPtr handle);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API