%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
LaunchApplication Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects.Reports Namespace > BaseDualFileReport Class : LaunchApplication Method


expectedFilePath
The path for the expected file results
actualFilePath
The path for the actual file results

Glossary Item Box

Launch application to compare two files

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub LaunchApplication( _
   ByVal expectedFilePath As System.String, _
   ByVal actualFilePath As System.String _
) 
Visual Basic (Usage)Copy Code
Dim instance As BaseDualFileReport
Dim expectedFilePath As System.String
Dim actualFilePath As System.String
 
instance.LaunchApplication(expectedFilePath, actualFilePath)
C# 
public abstract void LaunchApplication( 
   System.string expectedFilePath,
   System.string actualFilePath
)
Managed Extensions for C++ 
public: abstract void LaunchApplication( 
   System.string* expectedFilePath,
   System.string* actualFilePath
) 

Parameters

expectedFilePath
The path for the expected file results
actualFilePath
The path for the actual file results

Requirements

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

See Also

© Kellerman Software 2018 All Rights Reserved.