This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public sealed class General |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class General |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Is32BitProcessOn64BitProcessor |
Determines if the current process is a 32-bit process on a 64-bit processor (Windows-on-Windows).
|
|
Is64Bit |
Determines whether it's a 64-bit OS.
|
|
IsHostedInWinForm |
Gets a value indicating whether the current process is hosted in a Windows form.
|
|
IsManagerAppDomain |
Determines whether the current AppDomain is the Manager AppDomain.
|
|
ProgramFilesx86 |
Gets the correct 32 bit Program Files folder, both on 32 bit and 64 bit systems.
|
|
Site |
Gets or sets the current ISite instance.
|
See Also
Smartsite.Base Namespace