|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Tracks method information. More...
Properties | |
| int | Token [get] |
| Gets the token of the method. | |
| StandaloneSignatureHandle | LocalSignatureHandle [get] |
| Gets the local variable signature. | |
| IReadOnlyList< SequencePoint > | SequencePoints [get] |
| Gets the sequence points. | |
| IReadOnlyList< Scope > | Scopes [get] |
| Gets the scopes. | |
Tracks method information.
Definition at line 237 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the local variable signature.
Definition at line 265 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the scopes.
Definition at line 275 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the sequence points.
Definition at line 270 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the token of the method.
Definition at line 260 of file PortablePdbSymbolWriter.cs.