Метод | Описание | |
---|---|---|
Executable ( string userSpecifiedBinaryPath ) : System |
Initializes a new instance of the Executable class.
|
Метод | Описание | |
---|---|---|
FindBinary ( string binaryNames ) : string |
Walk a PATH to locate binaries with a specified name. Binaries will be searched for in the order they are provided.
|
|
GetEnvironmentVariable ( string name, string defaultValue ) : string |
Retrieves an environment variable
|
|
GetExecutablePathUsingRegistry ( |
||
GetLibraryPathPropertyName ( ) : string |
Retrieves the platform specific environment property name which contains the library path.
|
|
LocateFirefoxBinaryFromPlatform ( ) : string | ||
SetLibraryPath ( |
public Executable ( string userSpecifiedBinaryPath ) : System | ||
userSpecifiedBinaryPath | string | The path and file name to the Firefox executable. |
Результат | System |