Table of Contents

Enum DebugInfoAttributes

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

Provides members defining all possible attributes that can be assigned to a single DebugInfoBounds entry.

[Flags]
public enum DebugInfoAttributes

Fields

CallInstruction = 16

Indicates the actual instruction of a call.

CallSite = 4

Indicates this is a call site.

NativeEndOffsetUnknown = 8

Indicates an epilog endpoint.

SequencePoint = 1

Indicates the debugger asked for it.

SourceTypeInvalid = 0

Indicates that no other options apply

StackEmpty = 2

Indicates the stack is empty here.