Class FirefoxExecutableData
Inheritance
System.Object
FirefoxExecutableData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.BrowserSpecialized.Firefox
Assembly: ArtOfTest.WebAii.dll
Syntax
public class FirefoxExecutableData
Constructors
FirefoxExecutableData()
Declaration
public FirefoxExecutableData()
Properties
Architecture
Declaration
public string Architecture { get; }
Property Value
System.String
|
InstallDirectory
Declaration
public string InstallDirectory { get; }
Property Value
System.String
|
OriginalVersionString
Declaration
public string OriginalVersionString { get; }
Property Value
System.String
|
PathToExe
Declaration
public string PathToExe { get; }
Property Value
System.String
|
Version
Declaration
public Version Version { get; }
Property Value
System.Version
|