Reflection Data Set DictionaryCore Framework Most Recent 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: 2026.1.20.0
The framework settings if found or null if not found
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ReflectionDataSet CoreFrameworkMostRecent(
string platform
)VB
Public Function CoreFrameworkMostRecent (
platform As String
) As ReflectionDataSetC++
public:
ReflectionDataSet^ CoreFrameworkMostRecent(
String^ platform
)F#
member CoreFrameworkMostRecent :
platform : string -> ReflectionDataSet Parameters
- platform String
- The platform to find
Return Value
ReflectionDataSetThe framework settings if found or null if not found