public interface IAppEnv : ISystemSpecifics
Public Interface IAppEnv
Inherits ISystemSpecifics
public interface class IAppEnv : ISystemSpecifics
type IAppEnv =
interface
interface ISystemSpecifics
end
AppInfo | Information about the current application. |
ApplicationPath | Full path to the main folder of the application, with a trailing slash. |
CoreInfo | Information about core libraries of SMath Studio. |
DoubleClickTime |
Maximum time spent between two mouse clicks to handle action as a double click.
(Inherited from ISystemSpecifics) |
ExtensionsDirectory | Full path to the folder where program extensions are stored. Does not include the trailing slash. |
Is64Bit | Determines whether current process is started using 64 bit or not. |
IsPortableVersion | Determines whether the current program instance is a Portable version or not. |
IsWebApplication | Determines whether current application instance is executed on the web server or not. |
OS | Type of the Operating System. |
PaperId |
Default ID of the paper size on print out.
(Inherited from ISystemSpecifics) |
PaperSize |
Default paper size on print out.
(Inherited from ISystemSpecifics) |
Platform |
Current platform type.
(Inherited from ISystemSpecifics) |
ProgramInfo | Information about SMath Studio program in general. |
ScrollbarWidth |
Width of the system scrollbars.
(Inherited from ISystemSpecifics) |
SettingsDirectory | Full path to the folder where all user specific parameters are stored, with a trailing slash. |
BitmapFromResources |
Retrieves a bitmap from resources.
(Inherited from ISystemSpecifics) |
BitmapToStream |
Save a given bitmap to stream.
(Inherited from ISystemSpecifics) |
FileToBitmap |
Loads a bitmap from given file name.
(Inherited from ISystemSpecifics) |
OpenUrl |
Native way to open url.
(Inherited from ISystemSpecifics) |
ShowAlert |
Native way to show alert message.
(Inherited from ISystemSpecifics) |
StreamToBitmap(Stream) |
Creates a bitmap from given stream.
(Inherited from ISystemSpecifics) |
StreamToBitmap(Stream, Boolean) |
Creates a bitmap from given stream.
(Inherited from ISystemSpecifics) |