Summary
Gets the name of the company that produced the file.
Syntax
[Function("get-company-name")]
public static string GetCompanyName(FileVersionInfo fileVersionInfo)
Attributes
Type |
Description |
FunctionAttribute |
Indicates that the method should be exposed as a function in NAnt build
files.
|
Parameters
Name |
Type |
Description |
fileVersionInfo |
FileVersionInfo |
A System.Diagnostics.FileVersionInfo instance containing version information about a file. |
Return Value
Type |
Description |
string |
The name of the company that produced the file.
|