Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ISymbolNamespace Interface

 

Represents a namespace within a symbol store.

Namespace:   System.Diagnostics.SymbolStore
Assembly:  mscorlib (in mscorlib.dll)

<ComVisibleAttribute(True)>
Public Interface ISymbolNamespace

NameDescription
System_CAPS_pubpropertyName

Gets the current namespace.

NameDescription
System_CAPS_pubmethodGetNamespaces()

Gets the child members of the current namespace.

System_CAPS_pubmethodGetVariables()

Gets all the variables defined at global scope within the current namespace.

System_CAPS_noteNote

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
Return to top
Show:
© 2017 Microsoft