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 imageCopy Code
                                  public sealed class General
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class General

The type exposes the following properties.

Public Properties

  Name Description
Public property Static member Is32BitProcessOn64BitProcessor
Determines if the current process is a 32-bit process on a 64-bit processor (Windows-on-Windows).
Public property Static member Is64Bit
Determines whether it's a 64-bit OS.
Public property Static member IsHostedInWinForm
Gets a value indicating whether the current process is hosted in a Windows form.
Public property Static member IsManagerAppDomain
Determines whether the current AppDomain is the Manager AppDomain.
Public property Static member ProgramFilesx86
Gets the correct 32 bit Program Files folder, both on 32 bit and 64 bit systems.
Public property Static member Site
Gets or sets the current ISite instance.

See Also

Advanced