Table of Contents

Enum LocalVariableAttributes

Namespace
AsmResolver.PE.DotNet.Metadata.Tables
Assembly
AsmResolver.PE.dll

Provides members defining all possible flags that can be assigned to a local variable.

[Flags]
public enum LocalVariableAttributes : ushort

Fields

DebuggerHidden = 1

Indicates the local variable should be hidden in a debugger view.