4 types derived from ReleaseComponent
Microsoft.Deployment.DotNet.Releases (4)
AspNetCoreReleaseComponent.cs (1)
14public class AspNetCoreReleaseComponent : ReleaseComponent
RuntimeReleaseComponent.cs (1)
11public class RuntimeReleaseComponent : ReleaseComponent
SdkReleaseComponent.cs (1)
11public class SdkReleaseComponent : ReleaseComponent
WindowsDesktopReleaseComponent.cs (1)
11public class WindowsDesktopReleaseComponent : ReleaseComponent
10 references to ReleaseComponent
Microsoft.Deployment.DotNet.Releases (10)
ProductRelease.cs (6)
33public ReadOnlyCollection<ReleaseComponent> Components 103public ReadOnlyCollection<ReleaseComponent> Runtimes 159var runtimes = new List<ReleaseComponent>(); 179Runtimes = new ReadOnlyCollection<ReleaseComponent>(runtimes); 199var components = new List<ReleaseComponent>(); 202Components = new ReadOnlyCollection<ReleaseComponent>(components);
ReleaseComponent.cs (3)
24/// The files associated with the <see cref="ReleaseComponent"/>. 48/// The version of the <see cref="ReleaseComponent"/>. 56/// Creates a new <see cref="ReleaseComponent"/> instance.
ReleaseVersion.cs (1)
9/// Represents a version associated with a <see cref="ProductRelease"/> or <see cref="ReleaseComponent"/>. The