Struct ApiStartOptions
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpreAPI.dll
Options for starting the
public struct ApiStartOptions
Properties
ActionOnKernelMessage
Write kernel message action
public Action<string> ActionOnKernelMessage { readonly get; set; }
Property Value
ActionOnKernelTranslatorMessage
Write kernel translator message action
public readonly Action<object> ActionOnKernelTranslatorMessage { get; }
Property Value
ActionOnLicenseError
Action for license error message.
public Action<string string> ActionOnLicenseError { readonly get; set; }
Property Value
ActionOnLicenseInformation
Action for license information message.
public Action<string string> ActionOnLicenseInformation { readonly get; set; }
Property Value
ActionOnLicenseWarning
Action for license warning message.
public Action<string string> ActionOnLicenseWarning { readonly get; set; }
Property Value
ConsoleDefault
Default start option for the console applications.
public static ApiStartOptions ConsoleDefault { get; }
Property Value
HoopsExchangeDirectory
Hoops Exchange directory
public string HoopsExchangeDirectory { readonly get; set; }
Property Value
KernelCoreModulePath
Kernel core module path
public string KernelCoreModulePath { readonly get; set; }
Property Value
KernelPath
Kernel path
public string KernelPath { readonly get; set; }
Property Value
TranslatorDirectory
Translator directory
public string TranslatorDirectory { readonly get; set; }