Reflection Data Set DictionaryCore Framework Matching Method
This is used to find the first core framework matching the specified platform and version or the next
highest version if not found and redirection is requested.
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 CoreFrameworkMatching(
string platform,
Version version,
bool withRedirect
)VB
Public Function CoreFrameworkMatching (
platform As String,
version As Version,
withRedirect As Boolean
) As ReflectionDataSetC++
public:
ReflectionDataSet^ CoreFrameworkMatching(
String^ platform,
Version^ version,
bool withRedirect
)F#
member CoreFrameworkMatching :
platform : string *
version : Version *
withRedirect : bool -> ReflectionDataSet Parameters
- platform String
- The platform to find.
- version Version
- The version to find. This can be a partial version number if redirection is requested.
- withRedirect Boolean
- True to redirect to the next highest version that is installed or false to return the exact match even if not present.
Return Value
ReflectionDataSetThe framework settings if found or null if not found