GlobalProfile Class

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public class GlobalProfile
Inheritance
Object    GlobalProfile
Derived

Constructors

GlobalProfileInitializes a new instance of the GlobalProfile class

Properties

ApplicationPath Current application directory.
Info 
InstanceIdentifier 
Is64Bit Determines whether current process is started using 64 bit or not.
IsPortableVersion Defines if current program instance is a Portable version.
OS Returns type of the current client Operating System.
Platform Returns type of the current client platform.
ProgramEditionId ID of program edition.
ReleaseDate 
SettingsDirectory Get the directory where all user specific parameters will be stored.
TrustedSettings Provides access to the trusted settings of the application.

Methods

AppendProgramNameSuffix Appends suffix to the program name.
ColorToWebColorObsolete.
DisposePlugins Completing the work of add-ons.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetAssemblyT Returns assembly which contains given type.
GetColorByNameObsolete.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsBuiltInVariable Detects if variable is built-in for SMath Studio.
IsResizableFunction Determines if the function can be handled as resizable.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
PreloadAssemblies Preloads assemblies to improve performance on their first use (to avoid freezes in UI).
PreloadAssemblies(Assembly) Preloads assembly to improve performance on its first use.
RandomizeInstallationId Generates a random InstallationId which can be used for testing purposes.
ReplaceUnicodeCharsObsolete.
Scale(Int32) 
Scale(Single) 
SnapToGrid Snaps value to grid based on the standard grid used in the worksheets.
ToScreenDpi 
ToStringReturns a string that represents the current object.
(Inherited from Object)
WebColorToColorObsolete.

Fields

See Also