xamarinmac
namespace AppKit
{
[Register("NSApplication", true)]
public class NSApplication : NSResponder, INSAccessibility, INSAccessibilityElementProtocol, INSAppearanceCustomization, INSMenuItemValidation, INSUserInterfaceValidations, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the 'NextEvent (NSEventMask, NSDate, [NSRunLoopMode|NSString], bool)' overloads instead.", false)]
protected virtual NSEvent! NextEvent(nuint mask, NSDate! expiration, string! mode, bool deqFlag);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use the 'NextEvent (NSEventMask, NSDate, [NSRunLoopMode|NSString], bool)' overloads instead. |
Platform Restrictions | This framework does not have platform annotations. |