UtilReflectionGetTargetFrameworkVersion Method
Gets the .NET Framework version on which the specified 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 Version GetTargetFrameworkVersion(
string filepath
)
Public Shared Function GetTargetFrameworkVersion (
filepath As String
) As Version
Dim filepath As String
Dim returnValue As Version
returnValue = UtilReflection.GetTargetFrameworkVersion(filepath)
public:
static Version^ GetTargetFrameworkVersion(
String^ filepath
)
static member GetTargetFrameworkVersion :
filepath : string -> Version
No code example is currently available or this language may not be supported.
- filepath String
-
The assembly filepath.
Version
The .NET Framework version on which the specified assembly was compiled.
This is a code example.
No code example is currently available or this language may not be supported.
Dim targetFrameworkVersion As Version = GetTargetFrameworkVersion("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.