NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolScope Interface

Represents a lexical scope within IsymMethod, providing access to the start and end offsets of the scope, as well as its child and parent scopes.

ISymbolScope

[Visual Basic]
Public Interface ISymbolScope
[C#]
public interface ISymbolScope
[C++]
public __gc __interface ISymbolScope

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

The interface also provides access to all the locals defined within the current scope.

Requirements

Namespace: System.Diagnostics.SymbolStore

Assembly: mscorlib.dll

See Also

ISymbolScope Members | System.Diagnostics.SymbolStore Namespace