IT Hit User File System
Initializes a new instance of the
Compare class.
Namespace:
ITHit.FileSystem.Windows.WinUI.Dialogs
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic Compare(
string filePath,
EngineWindows engine,
Dictionary<string, string> compareSettings,
string productName
)
Public Sub New (
filePath As String,
engine As EngineWindows,
compareSettings As Dictionary(Of String, String),
productName As String
)
public:
Compare(
String^ filePath,
EngineWindows^ engine,
Dictionary<String^, String^>^ compareSettings,
String^ productName
)
new :
filePath : string *
engine : EngineWindows *
compareSettings : Dictionary<string, string> *
productName : string -> Compare
Parameters
- filePath
- Type: SystemString
File path to compare. - engine
- Type: ITHit.FileSystem.WindowsEngineWindows
Engine instance. - compareSettings
- Type: System.Collections.GenericDictionaryString, String
Settings disctionary. - productName
- Type: SystemString
Product name (to show in title).
See Also