SdkResult Class

Definition

An abstract interface class to indicate SDK resolver success or failure.

public ref class SdkResult abstract
public abstract class SdkResult
type SdkResult = class
Public MustInherit Class SdkResult
Inheritance
SdkResult

Remarks

Note

Use SdkResultFactory to create instances of this class. Do not inherit from this class.

Constructors

SdkResult()

Properties

AdditionalPaths

Additional resolved SDK paths beyond the one specified in Path

ItemsToAdd

Items that should be added to the evaluation. This allows an SDK resolver to provide information to the build

Path

Resolved path to the SDK.

Null if Success == false

PropertiesToAdd

Properties that should be added to the evaluation. This allows an SDK resolver to provide information to the build

SdkReference

The Sdk reference

Success

Indicates the resolution was successful.

Version

Resolved version of the SDK. Can be null or empty if the resolver did not provide a version (e.g. a path based resolver)

Null if Success == false

Applies to