List of supported .NET Framework versions that the SFX executable can target.
Namespace: DidiSoft.SfxAssembly: 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 name | Value | Description | |
|---|---|---|---|
| SELECT_FROM_EXECUTING_PROGRAM | 0 | Auto select the same framework version as the program creating the SFX executable. | |
| VERSION_2_0 | 1 | .NET Framework version 2.0 | |
| VERSION_3_0 | 2 | .NET Framework version 3.0 | |
| VERSION_3_5 | 3 | .NET Framework version 3.5 (including Client Profile 3.5) | |
| VERSION_4_0 | 4 | .NET Framework version 4.0 (including Client Profile 4.0) |