Class AppKit.NSApplication
public class AppKit.NSApplication : AppKit.NSResponder, IDisposable
- Inheritance
-
AppKit.NSApplication
- Implements
- Inherited Members
Fields
ActivateIgnoringOtherAppsSel
public static readonly ObjC.Sel ActivateIgnoringOtherAppsSel
Field Value
ActivateSel
public static readonly ObjC.Sel ActivateSel
Field Value
Class
public static readonly ObjC.Class Class
Field Value
RunSel
public static readonly ObjC.Sel RunSel
Field Value
SetActivationPolicySel
public static readonly ObjC.Sel SetActivationPolicySel
Field Value
SetDelegateSel
public static readonly ObjC.Sel SetDelegateSel
Field Value
SharedApplicationSel
public static readonly ObjC.Sel SharedApplicationSel
Field Value
TerminateSel
public static readonly ObjC.Sel TerminateSel
Field Value
Properties
Delegate
An Objecitve-C instance implementing NSApplicationDelegate protocol
public ObjC.Ref Delegate { set; }
Property Value
SharedApplication
public static AppKit.NSApplication? SharedApplication { get; }
Property Value
Methods
Activate()
public void Activate()
Autorelease()
public override AppKit.NSApplication Autorelease()
Returns
Run()
public void Run()
SetActivationPolicy(NSApplicationActivationPolicy)
public bool SetActivationPolicy(AppKit.NSApplicationActivationPolicy v)
Parameters
Returns
Terminate()
public void Terminate()