Skip to content

ReadyToRunQueryOutcome

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

The outcome of a ReadyToRunCorrelationQuery: how a method-or-address query resolved against a ReadyToRun image.

public enum ReadyToRunQueryOutcome

The query matched several methods (overloads, or a token and an address); the candidates are listed.

Returns: ReadyToRunQueryOutcome

Ambiguous = 1

The query matched no method or address in the image.

Returns: ReadyToRunQueryOutcome

NotFound = 2

The query resolved to exactly one method; the report is populated.

Returns: ReadyToRunQueryOutcome

Resolved = 0

Correlation could not run — the image is not a usable ReadyToRun image.

Returns: ReadyToRunQueryOutcome

Unavailable = 3