Table of Contents

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

platform string

The platform to find.

version Version

The version to find. This can be a partial version number if redirection is requested.

withRedirect bool

True 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