|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Tracks method scope information. More...
Properties | |
| int | StartOffset [get] |
| Gets the start offset. | |
| int | EndOffset [get] |
| Gets the end offset. | |
| IReadOnlyList< Scope > | Scopes [get] |
| Gets the nested scopes. | |
| IReadOnlyDictionary< string, LocalVar > | Locals [get] |
| Gets the local variables. | |
| IReadOnlyList< string > | Namespaces [get] |
| Gets the namespaces. | |
Tracks method scope information.
Definition at line 189 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the end offset.
Definition at line 215 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the local variables.
Definition at line 225 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the namespaces.
Definition at line 230 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the nested scopes.
Definition at line 220 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the start offset.
Definition at line 210 of file PortablePdbSymbolWriter.cs.