UtilReflectionGetTargetFrameworkName Method
Gets the display name of the .NET Framework version on which the source assembly was compiled.
Namespace: DevCase.Core.Diagnostics.Assembly.ReflectionAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GetTargetFrameworkName(
string filepath
)
Public Shared Function GetTargetFrameworkName (
filepath As String
) As String
Dim filepath As String
Dim returnValue As String
returnValue = UtilReflection.GetTargetFrameworkName(filepath)
public:
static String^ GetTargetFrameworkName(
String^ filepath
)
static member GetTargetFrameworkName :
filepath : string -> string
No code example is currently available or this language may not be supported.
- filepath String
-
The assembly filepath.
String
The display name of the .NET Framework version on which the source assembly was compiled.
This is a code example.
No code example is currently available or this language may not be supported.
Dim targetFrameworkName As Version = GetTargetFrameworkName("C:\Assembly.dll")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.