Skip to main content

Class GaugeModule

Namespace: VelloSharp.Gauges
Assembly: VelloSharp.Gauges.dll

Entry point for initializing the native gauges bridge.

public static class GaugeModule

Inheritance

objectGaugeModule

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 module reports initialization.

public static bool IsInitialized { get; }

Property Value

bool

Methods

EnsureInitialized()

Ensures the gauges native library has been initialized.

public static void EnsureInitialized()