Themed 2026 Presentation Style Preview

PlatformTypePlatformTypes Property

This read-only property returns an enumerable list of the valid platform types

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public static IEnumerable<string> PlatformTypes { get; }

Property Value

IEnumerableString

Remarks

.NETCoreApp is not returned. It will be redirected to one of the other types.

See Also