Platform TypePlatform Types 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static IEnumerable<string> PlatformTypes { get; }VB
Public Shared ReadOnly Property PlatformTypes As IEnumerable(Of String)
GetC++
public:
static property IEnumerable<String^>^ PlatformTypes {
IEnumerable<String^>^ get ();
}F#
static member PlatformTypes : IEnumerable<string> with getProperty Value
IEnumerableStringRemarks
.NETCoreApp is not returned. It will be redirected to one of the other types.