IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar Struct Reference

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.
 

Detailed Description

Track local variable information.

Definition at line 109 of file PortablePdbSymbolWriter.cs.

Member Data Documentation

◆ addr1

readonly int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.addr1

Definition at line 115 of file PortablePdbSymbolWriter.cs.

◆ addr2

readonly int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.addr2

Definition at line 116 of file PortablePdbSymbolWriter.cs.

◆ addr3

readonly int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.addr3

Definition at line 117 of file PortablePdbSymbolWriter.cs.

◆ addrKind

readonly SymAddressKind IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.addrKind

Definition at line 114 of file PortablePdbSymbolWriter.cs.

◆ attributes

readonly System.Reflection.FieldAttributes IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.attributes

Definition at line 112 of file PortablePdbSymbolWriter.cs.

◆ endOffset

readonly int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.endOffset

Definition at line 119 of file PortablePdbSymbolWriter.cs.

◆ signature

readonly byte [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.signature

Definition at line 113 of file PortablePdbSymbolWriter.cs.

◆ startOffset

readonly int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.startOffset

Definition at line 118 of file PortablePdbSymbolWriter.cs.

Property Documentation

◆ Address1

int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.Address1
get

Gets the first address.

Definition at line 162 of file PortablePdbSymbolWriter.cs.

◆ Address2

int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.Address2
get

Gets the second address.

Definition at line 167 of file PortablePdbSymbolWriter.cs.

◆ Address3

int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.Address3
get

Gets the third address.

Definition at line 172 of file PortablePdbSymbolWriter.cs.

◆ AddressKind

SymAddressKind IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.AddressKind
get

Gets the address kind.

Definition at line 157 of file PortablePdbSymbolWriter.cs.

◆ Attributes

System.Reflection.FieldAttributes IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.Attributes
get

Gets the attributes of the variable.

Definition at line 147 of file PortablePdbSymbolWriter.cs.

◆ EndOffset

int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.EndOffset
get

Gets the end offset in IL of the variable.

Definition at line 182 of file PortablePdbSymbolWriter.cs.

◆ Signature

byte [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.Signature
get

Gets the encoded signature of the local variable.

Definition at line 152 of file PortablePdbSymbolWriter.cs.

◆ StartOffset

int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.LocalVar.StartOffset
get

Gets the start offset in IL of the variable.

Definition at line 177 of file PortablePdbSymbolWriter.cs.


The documentation for this struct was generated from the following file: