NSTask Constructors

Definition

Overloads

NSTask()
NSTask(NSObjectFlag)
NSTask(IntPtr)

NSTask()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSTask ();
Attributes

Applies to

NSTask(NSObjectFlag)

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

Parameters

Applies to

NSTask(IntPtr)

protected internal NSTask (IntPtr handle);
new Foundation.NSTask : nativeint -> Foundation.NSTask

Parameters

handle
IntPtr

nativeint

Applies to