ISymUnmanagedScope2 Interface

Represents a lexical scope within a method. This interface extends the ISymUnmanagedScope Interface interface with methods that get information about constants defined within the scope.

Methods

Method Description

ISymUnmanagedScope2::GetConstantCount Method

Gets a count of the constants defined within this scope.

ISymUnmanagedScope2::GetConstants Method

Gets the local constants defined within this scope.

Requirements

Header: CorSym.idl

See Also

Reference

ISymUnmanagedScope Interface

Other Resources

Diagnostics Symbol Store Interfaces