Click or drag to resize

AppSearchMatch Structure

This class represents a matched app during a search.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public struct AppSearchMatch

The AppSearchMatch type exposes the following members.

Constructors
  NameDescription
Public methodAppSearchMatch
Initializes a new instance of AppSearchMatch.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldApp
The matched app.
Public fieldScore
The score of the found app in the context of the search.
Top
See Also