Table of Contents

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 = 1

The module is 32-bit.

Bitness64 = 2

The module is 64-bit.

IntegratedMode = 4

The module runs in integrated mode.

IsapiMode = 8

The module runs in ISAPI mode.

ManagedHandler = 16

The module should process requests only for managed resources.

None = 0

There are no preconditions.

RuntimeVersionv11 = 32

The module requires the .NET Framework runtime version 1.1.

RuntimeVersionv20 = 64

The module requires the .NET Framework runtime version 2.0.

RuntimeVersionv40 = 128

The module requires the .NET Framework runtime version 4.0.

Unknown = -1

The preconditions are unknown.