RVMOptions Class |
Namespace: Openfin.Desktop
public class RVMOptions
The RVMOptions type exposes the following members.
Name | Description | |
---|---|---|
RVMOptions | Initializes a new instance of the RVMOptions class |
Name | Description | |
---|---|---|
DisableAutoUpdates |
Updates are not checked for or downloaded.
| |
DoNotLaunch |
Perform all of the startup sequence steps but do not launch the app (ideal for silent installs).
| |
InstallDirectory |
Specifies to the adapter where the RVM should be located on the local system. If RVM cannot be found
it will automatically be downloaded based on the current runtime assets path.
| |
NoUI |
Suppress all of the visuals in the RVM. This includes progress dialog, error report dialog, message boxes.
| |
WorkingDirectory |
Specifies the working directory the RVM will use to access and download Runtime files. If none is specified,
the RVM InstallDirectory will be used.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |