RunProcessAndCaptureStdOutResult
Record net10.0
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
namespace Aspire.Hosting.AWS.Utils.Internal;
public record RunProcessAndCaptureStdOutResult : System.IEquatable<Aspire.Hosting.AWS.Utils.Internal.IProcessCommandService.RunProcessAndCaptureStdOutResult>{ // ...} IEquatable<RunProcessAndCaptureStdOutResult>
11 members
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesMethods8
Section titled Methods<Clone>$virtualDeconstruct(int, string)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(RunProcessAndCaptureStdOutResult?)virtualboolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(RunProcessAndCaptureStdOutResult?, RunProcessAndCaptureStdOutResult?)staticboolop_Inequality(RunProcessAndCaptureStdOutResult?, RunProcessAndCaptureStdOutResult?)staticboolToStringstringReturns a string that represents the current object.