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 ReadyToRunQueryOutcomeFields
Section titled “Fields”Ambiguous
Section titled “Ambiguous”The query matched several methods (overloads, or a token and an address); the candidates are listed.
Returns: ReadyToRunQueryOutcome
Ambiguous = 1NotFound
Section titled “NotFound”The query matched no method or address in the image.
Returns: ReadyToRunQueryOutcome
NotFound = 2Resolved
Section titled “Resolved”The query resolved to exactly one method; the report is populated.
Returns: ReadyToRunQueryOutcome
Resolved = 0Unavailable
Section titled “Unavailable”Correlation could not run — the image is not a usable ReadyToRun image.
Returns: ReadyToRunQueryOutcome
Unavailable = 3