NSScriptCommandArgumentDescription Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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