ISymbolNamespace Interface
.NET Framework (current version)
Represents a namespace within a symbol store.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Name | Gets the current namespace. |
| Name | Description | |
|---|---|---|
![]() | GetNamespaces() | Gets the child members of the current namespace. |
![]() | GetVariables() | Gets all the variables defined at global scope within the current namespace. |
Note |
|---|
This interface is the managed counterpart of the ISymUnmanagedNamespace interface, which is one of the unmanaged symbol store interfaces that provide an alternate way to read and write debug symbol information. |
.NET Framework
Available since 1.1
Available since 1.1
Show:


