Enum IisModulePreconditions
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the preconditions for an IIS module.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisModulePreconditions
Fields
Bitness32 = 1The module is 32-bit.
Bitness64 = 2The module is 64-bit.
IntegratedMode = 4The module runs in integrated mode.
IsapiMode = 8The module runs in ISAPI mode.
ManagedHandler = 16The module should process requests only for managed resources.
None = 0There are no preconditions.
RuntimeVersionv11 = 32The module requires the .NET Framework runtime version 1.1.
RuntimeVersionv20 = 64The module requires the .NET Framework runtime version 2.0.
RuntimeVersionv40 = 128The module requires the .NET Framework runtime version 4.0.
Unknown = -1The preconditions are unknown.