InstallationGetRuntimeConfig Method
Retrieves the current runtime configuration settings
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
public static bool GetRuntimeConfig(
out bool copyRuntime,
out string runtimeCopyPath,
out string installScript,
out bool ensureExecutePermission
)
- copyRuntime Boolean
-
Indicates whether the runtime should be copied to a different location before running the converter
- runtimeCopyPath String
-
The path where the runtime should be copied
- installScript String
-
An optional shell script to be executed before copying the runtime
- ensureExecutePermission Boolean
-
Indicates whether execute permission should be explicitly granted to the Linux runtime after the install script is executed
BooleanReturns true if there was a previous call to ConfigureRuntime and false otherwise