LocalScope 结构

定义

提供有关局部变量和常数范围的信息。Provides information about the scope of local variables and constants. 这些信息存储在调试元数据中。This information is stored in debug metadata.

public value class LocalScope
public struct LocalScope
type LocalScope = struct
Public Structure LocalScope
继承
LocalScope

注解

请参阅 LocalScope 表: 0x32See LocalScope Table: 0x32.

属性

EndOffset
ImportScope
Length
Method
StartOffset

方法

GetChildren()
GetLocalConstants()
GetLocalVariables()

适用于