Class WinExistsTriggerProperties
Represents the properties for the WinExistsTrigger, which is used to check for the existence of a window based on specified matching parameters.
Implements
Inherited Members
Namespace: EyeAuras.DefaultAuras.Triggers.WinExists
Assembly: EyeAuras.DefaultAuras.Metadata.dll
Syntax
public sealed record WinExistsTriggerProperties : AuraTriggerPropertiesBase, IEquatable<AuraPropertiesBase>, IAuraTriggerProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<AuraTriggerPropertiesBase>, IEquatable<WinExistsTriggerProperties>
Constructors
| Name | Description |
|---|---|
| WinExistsTriggerProperties() |
Properties
| Name | Description |
|---|---|
| EqualityContract | |
| Version | |
| WindowMatchParams | Gets or sets the parameters used to match a specific window. This includes criteria such as the window's title, process name, etc., which are used to determine if the target window exists in the system. |
Methods
| Name | Description |
|---|---|
| Equals(WinExistsTriggerProperties?) | |
| Equals(AuraTriggerPropertiesBase?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(WinExistsTriggerProperties?, WinExistsTriggerProperties?) | |
| operator !=(WinExistsTriggerProperties?, WinExistsTriggerProperties?) |