List of supported .NET Framework versions that the SFX executable can target.

Namespace: DidiSoft.Sfx
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

C#
public enum DotNetFramework
Visual Basic
Public Enumeration DotNetFramework
Visual C++
public enum class DotNetFramework

Members

Member nameValueDescription
SELECT_FROM_EXECUTING_PROGRAM0 Auto select the same framework version as the program creating the SFX executable.
VERSION_2_01 .NET Framework version 2.0
VERSION_3_02 .NET Framework version 3.0
VERSION_3_53 .NET Framework version 3.5 (including Client Profile 3.5)
VERSION_4_04 .NET Framework version 4.0 (including Client Profile 4.0)

See Also