NAnt SDK Documentation - v0.92

FrameworkFunctions.GetClrVersion Method

Gets the Common Language Runtime version of the current target framework.

Overload List

Gets the Common Language Runtime version of the current target framework.

public Version GetClrVersion();

Gets the Common Language Runtime version of the specified framework.

public Version GetClrVersion(string);

See Also

FrameworkFunctions Class | NAnt.Core.Functions Namespace | GetTargetFramework