ISymUnmanagedScope Interface

Represents a lexical scope within a method.

Methods

Method

Description

ISymUnmanagedScope::GetChildren Method

Gets the children of this scope.

ISymUnmanagedScope::GetEndOffset Method

Gets the end offset for this scope.

ISymUnmanagedScope::GetLocalCount Method

Gets a count of the local variables defined within this scope.

ISymUnmanagedScope::GetLocals Method

Gets the local variables defined within this scope.

ISymUnmanagedScope::GetMethod Method

Gets the method that contains this scope.

ISymUnmanagedScope::GetNamespaces Method

Gets the namespaces that are being used within this scope.

ISymUnmanagedScope::GetParent Method

Gets the parent scope of this scope.

ISymUnmanagedScope::GetStartOffset Method

Gets the start offset for this scope.

Requirements

Header: CorSym.idl

See Also

Concepts

Diagnostics Symbol Store Interfaces

ISymUnmanagedScope2 Interface