NSAlert Constructors

Definition

Overloads

NSAlert()
NSAlert(NSObjectFlag)
NSAlert(IntPtr)

NSAlert()

[Foundation.Export("init")]
public NSAlert ();
Attributes

Applies to

NSAlert(NSObjectFlag)

protected NSAlert (Foundation.NSObjectFlag t);
new AppKit.NSAlert : Foundation.NSObjectFlag -> AppKit.NSAlert

Parameters

Applies to

NSAlert(IntPtr)

protected internal NSAlert (IntPtr handle);
new AppKit.NSAlert : nativeint -> AppKit.NSAlert

Parameters

handle
IntPtr

nativeint

Applies to