Click or drag to resize

AppSearchMatch Constructor

Initializes a new instance of AppSearchMatch.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public AppSearchMatch(
	AppFacade app,
	int score
)

Parameters

app
Type: Mastersign.BenchAppFacade
The matched app.
score
Type: SystemInt32
The score of the found app.
See Also