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
| Name | Description |
|---|---|
| NSScriptCommandArgumentDescription() |
Creates a new NSScriptCommandArgumentDescription with default (empty) values. |
| NSScriptCommandArgumentDescription(NSDictionary) |
Creates a new NSScriptCommandArgumentDescription from the values that are specified in |
| NSScriptCommandArgumentDescription(String, String, String, Boolean) |
NSScriptCommandArgumentDescription()
Creates a new NSScriptCommandArgumentDescription with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public NSScriptCommandArgumentDescription();
public NSScriptCommandArgumentDescription();
- Attributes
Applies to
NSScriptCommandArgumentDescription(NSDictionary)
Creates a new NSScriptCommandArgumentDescription from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public NSScriptCommandArgumentDescription(Foundation.NSDictionary? dictionary);
public NSScriptCommandArgumentDescription(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new Foundation.NSScriptCommandArgumentDescription : Foundation.NSDictionary -> Foundation.NSScriptCommandArgumentDescription
new Foundation.NSScriptCommandArgumentDescription : Foundation.NSDictionary -> Foundation.NSScriptCommandArgumentDescription
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- 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