Struct WindowMatchExpression
Describes and expression which will be parsed and used to build a list of windows that match it For more information, see Window Match Expressions wiki or Window Match Expressions API documentation
Implements
Inherited Members
Namespace: EyeAuras.Shared.Services
Assembly: EyeAuras.Shared.Metadata.dll
Syntax
public readonly struct WindowMatchExpression : IEquatable<WindowMatchExpression>
Constructors
Name | Description |
---|---|
WindowMatchExpression() | |
WindowMatchExpression(string) |
Fields
Name | Description |
---|---|
Empty |
Properties
Name | Description |
---|---|
Expression | Text of an expression which will be further parsed and used to build a chain of conditions |
IsEmpty |
Methods
Name | Description |
---|---|
Equals(WindowMatchExpression) | |
Equals(object) | |
FromExpression(string) | |
GetHashCode() | |
ToString() |