Visual Basic (Declaration) | |
---|---|
Public Overloads Function StartAsProcess( _ ByVal processCommandline As Boolean, _ ByVal ignoreUnknownArguments As Boolean, _ ByVal logfilePath As String _ ) As ApplicationInstance |
C# | |
---|---|
public ApplicationInstance StartAsProcess( bool processCommandline, bool ignoreUnknownArguments, string logfilePath ) |
Parameters
- processCommandline
- process the UA command line arguments
- ignoreUnknownArguments
- ignore unknown arguments
- logfilePath
- path of the trace log file used before the UA configuration file is processed. Then the file defined in the configuration file is used.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family