CodeQL library for C#
codeql/csharp-all 0.9.1 (changelog, source)
Search

Member predicate TargetFrameworkAttribute::getFrameworkName

Gets the framework name of this attribute. For example, the framework name of

[assembly: TargetFramework(".NETFramework,Version=v4.6.1")]

is ".NETFramework,Version=v4.6.1".

string getFrameworkName()