NSScriptCommandDescription.GetTypeForArgument(String) Method

Definition

Gets the type for the specified argument.

public string GetTypeForArgument(string name);
public string? GetTypeForArgument(string name);
member this.GetTypeForArgument : string -> string

Parameters

name
String

The name of the argument.

Returns

The type of the argument, or null if the argument is not found.

Exceptions

Thrown when name is null.

Applies to