Table of Contents

Enum ImportSectionType

Namespace
AsmResolver.PE.DotNet.ReadyToRun
Assembly
AsmResolver.PE.dll

Provides members describing all possible import section types.

public enum ImportSectionType : byte

Fields

ILBodyFixups = 7

Indicates the section contains IL body fixups.

StringHandle = 3

Indicates the section contains string handles.

StubDispatch = 2

Indicates the section contains dispatcher stubs.

Unknown = 0

Indicates the type of the section was unspecified.