SpringCard LibCs.Windows for .NET  18.10.10
A set of utilities for the Windows platform
SpringCard.LibCs.Windows.AppUtils Class Reference

Static Public Member Functions

static RegistryKey ApplicationUserRegistryKey (string ApplicationRelativePath, bool OpenReadWrite=false)
 
static bool isRunningFromInstallationFolder (string gestfileReference)
 Used to know if the current assembly is running from an install folder, we hope... More...
 
static bool Is64BitOperatingSystem ()
 The function determines whether the current operating system is a 64-bit operating system. More...
 
static string ApplicationNameAuto ()
 
static string ApplicationTitle (bool withVersion=false)
 
static bool RegisterForAutoStart (bool Globals=false)
 
static bool UnregisterForAutoStart (bool Globals=false)
 
static bool IsRegisteredForAutoStart (bool Globals=false)
 
static bool IsSingleInstance (string UniqueName=null)
 
static void DeclareInstance (string UniqueName=null)
 
static void ReleaseInstance ()
 
static bool RestorePreviousInstance ()
 

Static Public Attributes

static string RunAsSID = null
 
static string CompanyName = "SpringCard"
 

Properties

static string BaseDirectory [get, set]
 
static string ApplicationName [get, set]
 
static string ApplicationExeName [get]
 
static string ApplicationGuid [get]
 

Member Function Documentation

◆ Is64BitOperatingSystem()

static bool SpringCard.LibCs.Windows.AppUtils.Is64BitOperatingSystem ( )
static

The function determines whether the current operating system is a 64-bit operating system.

Returns
The function returns true if the operating system is 64-bit; otherwise, it returns false.

◆ isRunningFromInstallationFolder()

static bool SpringCard.LibCs.Windows.AppUtils.isRunningFromInstallationFolder ( string  gestfileReference)
static

Used to know if the current assembly is running from an install folder, we hope...

Parameters
gestfileReference
Returns

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