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