AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Class that contains result of executing an external process through the SDKs AWSSDKUtils.RunProcess/AWSSDKUtils.RunProcessAsync

Inheritance Hierarchy

System.Object
  Amazon.Util.ProcessExecutionResult

Namespace: Amazon.Util
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z

Syntax

C#
public class ProcessExecutionResult

The ProcessExecutionResult type exposes the following members

Constructors

NameDescription
Public Method ProcessExecutionResult()

Properties

NameTypeDescription
Public Property ExitCode System.Int32

The exit code with which the process exited

Public Property StandardError System.String

The error output of the process read till the end

Public Property StandardOutput System.String

The output of the process read till the end

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5