Table of Contents

Class Global

Namespace
VAST.Common
Assembly
VAST.Common.dll

Provides global configuration settings and utility methods for the VAST library.

public static class Global
Inheritance
Global
Inherited Members

Fields

FilteredAudioDeviceIndicator

The indicator string used to identify filtered audio devices.

public static readonly string FilteredAudioDeviceIndicator

Field Value

string

Properties

AllowTlsCertificateErrors

Gets a value indicating whether TLS certificate errors should be allowed.

public static bool AllowTlsCertificateErrors { get; }

Property Value

bool

MinSleepIntervalMs

Gets the minimum sleep interval in milliseconds for the current platform.

public static int MinSleepIntervalMs { get; }

Property Value

int

ShortCompanyName

Gets or sets the short company name used in licensing.

public static string ShortCompanyName { get; set; }

Property Value

string

Methods

GetPlatformId()

Gets the platform identifier string for the current runtime environment.

public static string GetPlatformId()

Returns

string

The platform identifier string.

IsDebug()

Gets a value indicating whether the library was built in debug mode.

public static bool IsDebug()

Returns

bool

True if debug build; otherwise, false.