ReflectionDataSetDictionaryCoreFrameworkMostRecent Method
This is used to find the most recent core framework matching the specified platform
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ReflectionDataSet CoreFrameworkMostRecent(
string platform
)
Public Function CoreFrameworkMostRecent (
platform As String
) As ReflectionDataSet
public:
ReflectionDataSet^ CoreFrameworkMostRecent(
String^ platform
)
member CoreFrameworkMostRecent :
platform : string -> ReflectionDataSet
- platform String
- The platform to find
ReflectionDataSetThe framework settings if found or null if not found