SystemHelper MembersKentico 8.1 API Reference
The SystemHelper type exposes the following members.
Methods

  NameDescription
Public methodStatic memberClear
Clears static properties (initializes fields of properties).
Public methodStatic memberFormatApplicationIdentifier
Formats the application identifier retrieved from the configuration file.
Public methodStatic memberFormatApplicationName
Formats the application name retrieved from the configuration file.
Public methodStatic memberGetApplicationPoolName
Gets the application pool name.
Public methodStatic memberGetPeakWorkingSetSize
Gets the peak working set size.
Public methodStatic memberGetVirtualMemorySize
Gets the virtual memory size.
Public methodStatic memberGetWinAppNameObsolete.
Returns prefix for all Kentico WinApps.
Public methodStatic memberGetWorkingSetSize
Gets the working set size.
Public methodStatic memberRestartApplication
Tries to restart application and returns if restart was successful.
Public methodStatic memberSetApplicationGuid
Sets the application GUID
Public methodStatic memberSetApplicationName
Sets the application name
Back to Top
Fields

  NameDescription
Public fieldStatic memberAPP_GUID_KEY_NAME
Key name in the web.config for application GUID.
Public fieldStatic memberAPP_NAME_KEY_NAME
Key name in the web.config for application name
Public fieldStatic memberAPPLICATION_NAME_MAX_LENGTH
Maximum length of application name.
Back to Top
Properties

  NameDescription
Public propertyStatic memberApplicationGuid
Gets application GUID.
Public propertyStatic memberApplicationIdentifier
Gets application identifier.
Public propertyStatic memberApplicationInstanceGUID
Application instance (current run) GUID.
Public propertyStatic memberApplicationName
Gets or sets application name.
Public propertyStatic memberSanitizeXML
Indicates if XML will be preprocessed by CMS.IO streams (removes illegal characters).
Public propertyStatic memberWinServicesForceUsage
Indicates if usage of win services should be forced.
Back to Top
See Also