Compartilhar via


NSScriptCommandArgumentDescription Construtores

Definição

Sobrecargas

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

NSScriptCommandArgumentDescription()

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

Aplica-se a

NSScriptCommandArgumentDescription(NSDictionary)

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

Parâmetros

dictionary
NSDictionary
Atributos

Aplica-se a

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

Parâmetros

name
String
eventCode
String
type
String
isOptional
Boolean

Aplica-se a