UtilDnLibGetCLRVersion(ModuleDefMD) Method

Gets the CLR runtime version of a .NET assembly.

Definition

Namespace: DevCase.ThirdParty.DnLib
Assembly: DevCase.net48.ThirdParty.DnLib (in DevCase.net48.ThirdParty.DnLib.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GetCLRVersion(
	ModuleDefMD assembly
)

Parameters

assembly  ModuleDefMD
The assembly.

Return Value

String
The CLR runtime version of a .NET assembly.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

dnlib by 0xd4d

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also