NAnt SDK Documentation - v0.92 |
|
FrameworkFunctions.GetDescription Method (String)
Gets the description of the specified framework.
[Visual Basic]
<Function(Name:="get-description")>
Overloads Public Function GetDescription( _
ByVal
framework As
String _
) As
String
[C#]
[Function(Name="get-description")]
public
string GetDescription(
string framework);
Parameters
-
framework
- The framework of which the description should be returned.
Return Value
The description of the specified framework.
Exceptions
Exception Type |
Condition |
ArgumentException
|
framework is not a valid framework identifier. |
See Also
FrameworkFunctions Class | NAnt.Core.Functions Namespace | FrameworkFunctions.GetDescription Overload List | GetRuntimeFramework | GetTargetFramework