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

FileVersionInfoFunctions.GetCompanyName Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

FileVersionInfoFunctions Class | NAnt.Core.Functions Namespace