BogaNet 1.4.0
Loading...
Searching...
No Matches
Static Public Attributes | Properties | List of all members
BogaNet.Constants Class Referenceabstract

Collected constants of very general utility. More...

Static Public Attributes

const float FLOAT_32768 = 32768f
 Float value of 32768.
 
const float FLOAT_TOLERANCE = 0.0001f
 Float tolerance (for comparisons).
 
const string PATH_DELIMITER_WINDOWS
 Path delimiter for Windows.
 
static CultureInfo CurrentCulture = CultureInfo.CurrentCulture
 The current culture of the application.///.
 
static string COMPANY = "crosstales LLC"
 Company owning the software.
 
static string COMPANY_URL = "https://www.crosstales.com/"
 URL of the company.
 
static string COMPANY_EMAIL = "welcome@crosstales.com"
 URL of the company.
 
static string CMD_WINDOWS_PATH = @"C:\Windows\system32\cmd.exe"
 Path to the cmd under Windows.
 

Properties

static string PREFIX_FILE [get]
 URL prefix for files.
 

Detailed Description

Collected constants of very general utility.

Member Data Documentation

◆ CMD_WINDOWS_PATH

string BogaNet.Constants.CMD_WINDOWS_PATH = @"C:\Windows\system32\cmd.exe"
static

Path to the cmd under Windows.

◆ COMPANY

string BogaNet.Constants.COMPANY = "crosstales LLC"
static

Company owning the software.

◆ COMPANY_EMAIL

string BogaNet.Constants.COMPANY_EMAIL = "welcome@crosstales.com"
static

URL of the company.

◆ COMPANY_URL

string BogaNet.Constants.COMPANY_URL = "https://www.crosstales.com/"
static

URL of the company.

◆ CurrentCulture

CultureInfo BogaNet.Constants.CurrentCulture = CultureInfo.CurrentCulture
static

The current culture of the application.///.

◆ FLOAT_32768

const float BogaNet.Constants.FLOAT_32768 = 32768f
static

Float value of 32768.

◆ FLOAT_TOLERANCE

const float BogaNet.Constants.FLOAT_TOLERANCE = 0.0001f
static

Float tolerance (for comparisons).

◆ PATH_DELIMITER_WINDOWS

const string BogaNet.Constants.PATH_DELIMITER_WINDOWS
static

Path delimiter for Windows.

Property Documentation

◆ PREFIX_FILE

string BogaNet.Constants.PREFIX_FILE
staticget

URL prefix for files.


The documentation for this class was generated from the following file: