次の方法で共有


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

適用対象