Enum DumpLocalsType
Specifies the target scope for dumping local variables.
public enum DumpLocalsType
- Extension Methods
Fields
DumpAreaLocals = 1Dump locals for the current area.
DumpLocals = 0Dump locals for a specific object.
DumpModuleLocals = 2Dump locals for the module.