NSScriptCommandArgumentDescription Constructors

Definition

Overloads

NSScriptCommandArgumentDescription()
NSScriptCommandArgumentDescription(NSDictionary)
NSScriptCommandArgumentDescription(String, String, String, Boolean)

NSScriptCommandArgumentDescription()

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

Applies to

NSScriptCommandArgumentDescription(NSDictionary)

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

Parameters

dictionary
NSDictionary
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