Share via


NSScriptCommandArgumentDescription Constructors

Definition

Overloads

NSScriptCommandArgumentDescription()

Creates a new NSScriptCommandArgumentDescription with default (empty) values.

[Foundation.Preserve(Conditional=true)]
public NSScriptCommandArgumentDescription();
public NSScriptCommandArgumentDescription();
Attributes

Applies to

NSScriptCommandArgumentDescription(NSDictionary)

Creates a new NSScriptCommandArgumentDescription from the values that are specified in dictionary.

[Foundation.Preserve(Conditional=true)]
public NSScriptCommandArgumentDescription(Foundation.NSDictionary? dictionary);
public NSScriptCommandArgumentDescription(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new Foundation.NSScriptCommandArgumentDescription : Foundation.NSDictionary -> Foundation.NSScriptCommandArgumentDescription
new Foundation.NSScriptCommandArgumentDescription : Foundation.NSDictionary -> Foundation.NSScriptCommandArgumentDescription

Parameters

dictionary
NSDictionary

The dictionary to use to populate the properties of this type.

Attributes

Applies to

NSScriptCommandArgumentDescription(String, String, String, Boolean)

public NSScriptCommandArgumentDescription(string name, string eventCode, string type, bool isOptional = false);
new Foundation.NSScriptCommandArgumentDescription : string * string * string * bool -> Foundation.NSScriptCommandArgumentDescription

Parameters

name
String
eventCode
String
type
String
isOptional
Boolean

Applies to