| VoicepackUpdater Constructor |
Namespace: Bevelstone.EditVoicepack.InstallerApiAssembly: Bevelstone.EditVoicepack.InstallerApi (in Bevelstone.EditVoicepack.InstallerApi.dll) Version: 5.0.77.0 (5.0.77.0)
Syntaxpublic VoicepackUpdater(
string flightSimulatorPath
)
Public Sub New (
flightSimulatorPath As String
)
public:
VoicepackUpdater(
String^ flightSimulatorPath
)
new :
flightSimulatorPath : string -> VoicepackUpdaterParameters
- flightSimulatorPath
- Type: SystemString
The path to the Microsoft Flight Simulator X or Lockheed Martin’s Prepar3D® simulation software installation.
Remarks
This must be the path to the folder containing fsx.exe or Prepar3D.exe.
See Also