| Interface | Description |
|---|---|
| ITargetSelector |
Target Selectors are used to identify target members in a class, with the
criteria for selection being specified in a single string, effectively
defining the query parameters.
|
| ITargetSelectorByName |
A target selector which selects elements directly by name.
|
| ITargetSelectorConstructor |
A target selector which can identify constructor types
|
| ITargetSelectorRemappable |
A target selector which can be remapped at compile time via an obfuscation
service
|
| Class | Description |
|---|---|
| TargetSelector |
Utility class for parsing selectors
|
| TargetSelector.Result<TNode> |
Query result struct
|
| Enum | Description |
|---|---|
| MatchResult |
Result of a
target selector match operation
which describes the type of match. |
| Exception | Description |
|---|---|
| InvalidSelectorException |
Exception to be thrown from
ITargetSelector.validate() when a target
selector fails verification |