LaunchApplication Method
From Compare .NET Objects
|
|
| Compare .NET Objects | |
| LaunchApplication Method | |
| See Also Send Feedback | |
| KellermanSoftware.CompareNetObjects.Reports Namespace > BeyondCompareReport Class : LaunchApplication Method |
- expectedFilePath
- The path to write the expected results
- actualFilePath
- The path to write the actual results
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Public Overrides Sub LaunchApplication( _ ByVal expectedFilePath As System.String, _ ByVal actualFilePath As System.String _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As BeyondCompareReport Dim expectedFilePath As System.String Dim actualFilePath As System.String instance.LaunchApplication(expectedFilePath, actualFilePath) | |
| C# | |
|---|---|
public override void LaunchApplication( System.string expectedFilePath, System.string actualFilePath ) | |
| Managed Extensions for C++ | |
|---|---|
public: void LaunchApplication( System.string* expectedFilePath, System.string* actualFilePath ) override | |
Parameters
- expectedFilePath
- The path to write the expected results
- actualFilePath
- The path to write the actual results
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2