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.

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public ReflectionDataSet CoreFrameworkMatching(
	string platform,
	Version version,
	bool withRedirect
)

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

ReflectionDataSet
The framework settings if found or null if not found

See Also