PlatformConfigurationDiff(PackagingPlatform, IReadOnlyList, IReadOnlyList, IReadOnlyList) Constructor

Definition

Assembly PackagingTools.Core.dll

Captures format/property deltas for a specific platform.

public PlatformConfigurationDiff(PackagingPlatform Platform, IReadOnlyList<string> AddedFormats, IReadOnlyList<string> RemovedFormats, IReadOnlyList<ConfigurationValueChange> PropertyChanges)

Parameters

Platform
PackagingPlatform

Target platform.

AddedFormats
IReadOnlyList<String>

Formats newly added.

RemovedFormats
IReadOnlyList<String>

Formats removed.

PropertyChanges
IReadOnlyList<ConfigurationValueChange>

Property-level changes.