SymScope Class
Updated: March 13, 2015
Represents a lexical scope within SymMethod, providing access to the start and end offsets of the scope, as well as its child and parent scopes.
Assembly: ISymWrapper (in ISymWrapper.dll)
System.Diagnostics.SymbolStore::SymScopeBase
System.Diagnostics.SymbolStore::SymScope
| Name | Description | |
|---|---|---|
![]() | EndOffset | Gets the end offset of the current lexical scope. |
![]() | Method | Gets the method that contains the current lexical scope. |
![]() | Parent | Gets the parent lexical scope of the current scope. |
![]() | StartOffset | Gets the start offset of the current lexical scope. |
| Name | Description | |
|---|---|---|
![]() | {dtor}() | Releases the resources held by the current instance.(Inherited from SymScopeBase.) |
![]() | Dispose() | Releases the resources used by the current instance of the SymScope class. |
![]() | Dispose(Boolean) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Releases unmanaged resources and performs other cleanup operations before the SymScope is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | GetChildren() | Gets the child lexical scopes of the current lexical scope. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLocals() | Gets the local variables within the current lexical scope. |
![]() | GetNamespaces() | Throws a NotSupportedException in all cases. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The SymScope class also provides access to all locals defined within the current scope.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


