Reference Library
GetExeInfo Method (fileName, exeInfoString)
NamespacesMBNCSUtilCheckRevisionGetExeInfo(String, String%)
Gets EXE information for the specified file.
Declaration Syntax
C#Visual BasicVisual C++
public static int GetExeInfo(
	string fileName,
	out string exeInfoString
)
Public Shared Function GetExeInfo ( _
	fileName As String, _
	<OutAttribute> ByRef exeInfoString As String _
) As Integer
public:
static int GetExeInfo(
	String^ fileName, 
	[OutAttribute] String^% exeInfoString
)
Parameters
fileName (String)
The name of the file.
exeInfoString (String%)
Returns the file's timestamp and other information.
Return Value
The file's version.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the fileName parameter is null (Nothing in Visual Basic).
FileNotFoundExceptionThrown if the file specified by fileName does not exist in the specified path.

Assembly: Asgard5Library (Module: Asgard5Library)