ReflectionDataSetDictionary.CoreFrameworkMatching Method
Definition
- Namespace
- Sandcastle.Core.Reflection
- Assembly
- Sandcastle.Core.dll
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.
public ReflectionDataSet CoreFrameworkMatching(string platform, Version version, bool withRedirect)
Parameters
platformstringThe platform to find.
versionVersionThe version to find. This can be a partial version number if redirection is requested.
withRedirectboolTrue to redirect to the next highest version that is installed or false to return the exact match even if not present.
Returns
- ReflectionDataSet
The framework settings if found or null if not found