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

Tracks method scope information. More...

Properties

int StartOffset [get]
 Gets the start offset.
 
int EndOffset [get]
 Gets the end offset.
 
IReadOnlyList< ScopeScopes [get]
 Gets the nested scopes.
 
IReadOnlyDictionary< string, LocalVarLocals [get]
 Gets the local variables.
 
IReadOnlyList< string > Namespaces [get]
 Gets the namespaces.
 

Detailed Description

Tracks method scope information.

Definition at line 189 of file PortablePdbSymbolWriter.cs.

Property Documentation

◆ EndOffset

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

Gets the end offset.

Definition at line 215 of file PortablePdbSymbolWriter.cs.

◆ Locals

IReadOnlyDictionary<string, LocalVar> IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Scope.Locals
get

Gets the local variables.

Definition at line 225 of file PortablePdbSymbolWriter.cs.

◆ Namespaces

IReadOnlyList<string> IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.Scope.Namespaces
get

Gets the namespaces.

Definition at line 230 of file PortablePdbSymbolWriter.cs.

◆ Scopes

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

Gets the nested scopes.

Definition at line 220 of file PortablePdbSymbolWriter.cs.

◆ StartOffset

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

Gets the start offset.

Definition at line 210 of file PortablePdbSymbolWriter.cs.


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