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: 2024.12.21.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