NAnt SDK Documentation - v0.92

FrameworkInfo.ClrType Property

Gets the CLR type of the framework.

[Visual Basic]
Public ReadOnly Property ClrType As ClrType
[C#]
public ClrType ClrType {get;}

Property Value

The CLR type of the framework.

Exceptions

Exception Type Condition
ArgumentException The framework is not valid.

See Also

FrameworkInfo Class | NAnt.Core Namespace