IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Method Class Referencesealed

Tracks method information. More...

Properties

int Token [get]
 Gets the token of the method.
 
StandaloneSignatureHandle LocalSignatureHandle [get]
 Gets the local variable signature.
 
IReadOnlyList< SequencePointSequencePoints [get]
 Gets the sequence points.
 
IReadOnlyList< ScopeScopes [get]
 Gets the scopes.
 

Detailed Description

Tracks method information.

Definition at line 237 of file PortablePdbSymbolWriter.cs.

Property Documentation

◆ LocalSignatureHandle

StandaloneSignatureHandle IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Method.LocalSignatureHandle
get

Gets the local variable signature.

Definition at line 265 of file PortablePdbSymbolWriter.cs.

◆ Scopes

IReadOnlyList<Scope> IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Method.Scopes
get

Gets the scopes.

Definition at line 275 of file PortablePdbSymbolWriter.cs.

◆ SequencePoints

IReadOnlyList<SequencePoint> IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Method.SequencePoints
get

Gets the sequence points.

Definition at line 270 of file PortablePdbSymbolWriter.cs.

◆ Token

int IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Method.Token
get

Gets the token of the method.

Definition at line 260 of file PortablePdbSymbolWriter.cs.


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