NAnt SDK Documentation - v0.85-nightly-2005-11-09

FileVersionInfoFunctions.GetProductName Method 

[This is preliminary documentation and subject to change.]

Gets the name of the product the file is distributed with.

[Visual Basic]
<Function(Name:="get-product-name")>
Public Shared Function GetProductName( _
   ByVal fileVersionInfo As FileVersionInfo _
) As String
[C#]
[Function(Name="get-product-name")]
public static string GetProductName(
   FileVersionInfo fileVersionInfo
);

Parameters

fileVersionInfo
A FileVersionInfo instance containing version information about a file.

Return Value

The name of the product the file is distributed with.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.FileVersionInfoFunctions.GetProductName(System.Diagnostics.FileVersionInfo)

See Also

FileVersionInfoFunctions Class | NAnt.Core.Functions Namespace