Method GetRunningApplicationInfosAsync
GetRunningApplicationInfosAsync(CancellationToken)
Returns descriptors of all applications that are compatible with current API version running on a local machine
Declaration
public static Task<IEnumerable<IApplicationInfo>> GetRunningApplicationInfosAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<IApplicationInfo>> | Collection of descriptors of all applications that are compatible with current API version |