Поделиться через


NSScriptCommandArgumentDescription Конструкторы

Определение

Перегрузки

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

NSScriptCommandArgumentDescription()

[Foundation.Preserve(Conditional=true)]
public NSScriptCommandArgumentDescription ();
Атрибуты

Применяется к

NSScriptCommandArgumentDescription(NSDictionary)

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

Параметры

dictionary
NSDictionary
Атрибуты

Применяется к

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

Параметры

name
String
eventCode
String
type
String
isOptional
Boolean

Применяется к