ReflectionDataSetDictionaryCoreFrameworkMatching 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.
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ReflectionDataSet CoreFrameworkMatching(
string platform,
Version version,
bool withRedirect
)
Public Function CoreFrameworkMatching (
platform As String,
version As Version,
withRedirect As Boolean
) As ReflectionDataSet
public:
ReflectionDataSet^ CoreFrameworkMatching(
String^ platform,
Version^ version,
bool withRedirect
)
member CoreFrameworkMatching :
platform : string *
version : Version *
withRedirect : bool -> ReflectionDataSet
- 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.
ReflectionDataSetThe framework settings if found or null if not found