EventFilter Type
Describes how events are filtered.
Union cases
Union case | Description |
|
|
|
|
|
|
Full Usage:
Pass
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsAll
Returns: bool
|
|
Full Usage:
this.IsAny
Returns: bool
|
|
Full Usage:
this.IsNotAny
Returns: bool
|
|
Full Usage:
this.IsPass
Returns: bool
|
|
Full Usage:
this.IsPattern
Returns: bool
|
|
Static members
Static member | Description |
Full Usage:
EventFilter.filter addressStr traceRev eventFilter
Parameters:
string
traceRev : EventInfo list
eventFilter : EventFilter
Returns: bool
|