Class GeoprocessingTaskInfo
GeoprocessingTaskInfo contains information on a geoprocessing task.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Tasks.Geoprocessing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeoprocessingTaskInfo
Remarks
GeoprocessingTaskInfo is retrieved from a loaded GeoprocessingTask instance by calling GeoprocessingTaskInfo. GeoprocessingTaskInfo contains the name and description of the geoprocessing task along with execution type and descriptions of all the task's parameters.
Properties
| Name | Description |
|---|---|
| Category | Gets the geoprocessing task's category. |
| Description | Gets the geoprocessing task's description. |
| DisplayName | Gets the geoprocessing task's display name. |
| ExecutionType | Gets the geoprocessing task's execution type. |
| HelpUri | Gets the geoprocessing task's help URL. |
| Name | Gets the geoprocessing task's name. |
| ParameterInfos | Gets the list of geoprocessing task parameters information instances. |
| Uri | Gets the URL that points to a task within an ARCGIS REST geoprocessing service which owns this metadata. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.1 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |
| UWP | 100.1 - 100.15 |