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[])
net9.0-macos14.2
namespace AppKit
{
[Model]
[Protocol]
[Register("Microsoft_macOS__AppKit_NSApplicationDelegate", false)]
[SupportedOSPlatform("macos")]
[UnsupportedOSPlatform("maccatalyst")]
public class NSApplicationDelegate : NSObject, INSApplicationDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected NSApplicationDelegate(NSObjectFlag t);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
macOS | 10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2 |
Information specific to net9.0-macos14.2 | |
Assembly | Microsoft.macOS , Version=14.2.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API