Gets the namespaces defined at global scope within the current symbol store.
[Visual Basic] Function GetNamespaces() As ISymbolNamespace () [C#] ISymbolNamespace[] GetNamespaces(); [C++] ISymbolNamespace* GetNamespaces() [] = 0; [JScript] function GetNamespaces() : ISymbolNamespace[];
The namespaces defined at global scope within the current symbol store.
ISymbolReader Interface | ISymbolReader Members | System.Diagnostics.SymbolStore Namespace