NAnt SDK Documentation - v0.92

FileVersionInfoFunctions.GetCompanyName Method 

Gets the name of the company that produced the file.

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

Parameters

fileVersionInfo
A FileVersionInfo instance containing version information about a file.

Return Value

The name of the company that produced the file.

See Also

FileVersionInfoFunctions Class | NAnt.Core.Functions Namespace