System.Diagnostics.SymbolStore.ISymbolScope Members

The members of System.Diagnostics.SymbolStore.ISymbolScope are listed below.

Public Properties

[read-only]
EndOffsetint.

Gets the end offset of the current lexical scope.

[read-only]
MethodISymbolMethod.

Gets the method that contains the current lexical scope.

[read-only]
ParentISymbolScope.

Gets the parent lexical scope of the current scope.

[read-only]
StartOffsetint.

Gets the start offset of the current lexical scope.

Public Methods

GetChildren() : ISymbolScope[]

Gets the child lexical scopes of the current lexical scope.

GetLocals() : ISymbolVariable[]

Gets the local variables within the current lexical scope.

GetNamespaces() : ISymbolNamespace[]

Gets the namespaces that are used within the current scope.