4 types derived from ReleaseComponent
Microsoft.Deployment.DotNet.Releases (4)
AspNetCoreReleaseComponent.cs (1)
14
public class AspNetCoreReleaseComponent :
ReleaseComponent
RuntimeReleaseComponent.cs (1)
11
public class RuntimeReleaseComponent :
ReleaseComponent
SdkReleaseComponent.cs (1)
11
public class SdkReleaseComponent :
ReleaseComponent
WindowsDesktopReleaseComponent.cs (1)
11
public class WindowsDesktopReleaseComponent :
ReleaseComponent
10 references to ReleaseComponent
Microsoft.Deployment.DotNet.Releases (10)
ProductRelease.cs (6)
33
public ReadOnlyCollection<
ReleaseComponent
> Components
103
public ReadOnlyCollection<
ReleaseComponent
> Runtimes
159
var runtimes = new List<
ReleaseComponent
>();
179
Runtimes = new ReadOnlyCollection<
ReleaseComponent
>(runtimes);
199
var components = new List<
ReleaseComponent
>();
202
Components = 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