PowerShellScriptArgsAnnotation
Record net10.0
Represents the arguments for a PowerShell script resource.
namespace CommunityToolkit.Aspire.Hosting.PowerShell;
public record PowerShellScriptArgsAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation, System.IEquatable<CommunityToolkit.Aspire.Hosting.PowerShell.PowerShellScriptArgsAnnotation>{ // ...} IResourceAnnotationIEquatable<PowerShellScriptArgsAnnotation>
10 members
Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesMethods8
Section titled Methods<Clone>$virtualDeconstruct(object[])Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(PowerShellScriptArgsAnnotation?)virtualboolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(PowerShellScriptArgsAnnotation?, PowerShellScriptArgsAnnotation?)staticboolop_Inequality(PowerShellScriptArgsAnnotation?, PowerShellScriptArgsAnnotation?)staticboolToStringstringReturns a string that represents the current object.