Class TargetFrameworkExtensions
- Namespace
- Splat
- Assembly
- Splat.dll
Extension methods that help to get the target framework for a assembly.
- Inheritance
-
Target
Framework Extensions
Methods
GetTargetFrameworkName(Assembly)
Gets the target framework for an assembly.
Parameters
assembly
AssemblyThe assembly to get the target framework for.
Returns
- string
The target framework or null if not known.