Class ScadaRuntime
Namespace: VelloSharp.Scada
Assembly: VelloSharp.Scada.dll
Provides initialization hooks for the SCADA native runtime.
public static class ScadaRuntime
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
IsInitialized
Gets a value indicating whether the native SCADA runtime reports initialization.
public static bool IsInitialized { get; }
Property Value
Methods
EnsureInitialized()
Ensures the SCADA runtime library has been initialized.
public static void EnsureInitialized()