ReflectionDataSetDictionaryCoreFrameworkMostRecent Method

This is used to find the most recent core framework matching the specified platform

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public ReflectionDataSet CoreFrameworkMostRecent(
	string platform
)

Parameters

platform  String
The platform to find

Return Value

ReflectionDataSet
The framework settings if found or null if not found

See Also