| Class and Description |
|---|
| AutoUpdateException |
| BaseScore |
| Cache
Used to speed the retrieval of detection results over duplicate requests.
|
| ClosestScore |
| Controller
A single static class which controls the device detection process.
|
| Dataset
Data set used for device detection created by the reader classes.
|
| Disposable |
| Match
Generate when a device detection is requested to include the signature
matched, the confidence of the match and the method used to obtain the match.
|
| Match.MatchState
Used to persist the match results to the cache.
|
| Match.PossibleSignature
Used to represent a signature index and the number of times it occurs in
the matched nodes.
|
| Match.PossibleSignatures
A custom linked list used to identify the most frequently occurring
signature indexes.
|
| Match.RankedSignatureIterator
Used to iterate over the closest signatures.
|
| MatchMethods
Enumerator of possible methods used to obtain the match.
|
| NearestScore
Used to determine if all the signature node sub strings are in the target
just at different character positions.
|
| ReadonlyList
A list which only provides those features needed to read items from the list.
|
| SortedList |
| TrieProvider.OffsetType
The type of integers used to represent the offset to the children.
|
| Class and Description |
|---|
| Dataset
Data set used for device detection created by the reader classes.
|
| Match
Generate when a device detection is requested to include the signature
matched, the confidence of the match and the method used to obtain the match.
|
| SortedList |
| Class and Description |
|---|
| Dataset
Data set used for device detection created by the reader classes.
|
| Disposable |
| ReadonlyList
A list which only provides those features needed to read items from the list.
|
| Class and Description |
|---|
| Dataset
Data set used for device detection created by the reader classes.
|
| Disposable |
| ReadonlyList
A list which only provides those features needed to read items from the list.
|
| Class and Description |
|---|
| Dataset
Data set used for device detection created by the reader classes.
|
| TrieProvider
Decision trie data structure provider.
|