|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Track local variable information. More...
Public Attributes | |
| readonly System.Reflection.FieldAttributes | attributes |
| readonly byte[] | signature |
| readonly SymAddressKind | addrKind |
| readonly int | addr1 |
| readonly int | addr2 |
| readonly int | addr3 |
| readonly int | startOffset |
| readonly int | endOffset |
Properties | |
| System.Reflection.FieldAttributes | Attributes [get] |
| Gets the attributes of the variable. | |
| byte[] | Signature [get] |
| Gets the encoded signature of the local variable. | |
| SymAddressKind | AddressKind [get] |
| Gets the address kind. | |
| int | Address1 [get] |
| Gets the first address. | |
| int | Address2 [get] |
| Gets the second address. | |
| int | Address3 [get] |
| Gets the third address. | |
| int | StartOffset [get] |
| Gets the start offset in IL of the variable. | |
| int | EndOffset [get] |
| Gets the end offset in IL of the variable. | |
Track local variable information.
Definition at line 109 of file PortablePdbSymbolWriter.cs.
| readonly int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.addr1 |
Definition at line 115 of file PortablePdbSymbolWriter.cs.
| readonly int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.addr2 |
Definition at line 116 of file PortablePdbSymbolWriter.cs.
| readonly int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.addr3 |
Definition at line 117 of file PortablePdbSymbolWriter.cs.
| readonly SymAddressKind IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.addrKind |
Definition at line 114 of file PortablePdbSymbolWriter.cs.
| readonly System.Reflection.FieldAttributes IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.attributes |
Definition at line 112 of file PortablePdbSymbolWriter.cs.
| readonly int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.endOffset |
Definition at line 119 of file PortablePdbSymbolWriter.cs.
| readonly byte [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.signature |
Definition at line 113 of file PortablePdbSymbolWriter.cs.
| readonly int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.startOffset |
Definition at line 118 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the first address.
Definition at line 162 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the second address.
Definition at line 167 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the third address.
Definition at line 172 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the address kind.
Definition at line 157 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the attributes of the variable.
Definition at line 147 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the end offset in IL of the variable.
Definition at line 182 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the encoded signature of the local variable.
Definition at line 152 of file PortablePdbSymbolWriter.cs.
|
get |
Gets the start offset in IL of the variable.
Definition at line 177 of file PortablePdbSymbolWriter.cs.