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!

ISymbolMethod.GetNamespace

Gets the namespace that the current method is defined within.

[Visual Basic]
Function GetNamespace() As ISymbolNamespace
[C#]
ISymbolNamespace GetNamespace();
[C++]
ISymbolNamespace* GetNamespace() = 0;
[JScript]
function GetNamespace() : ISymbolNamespace;

Return Value

The namespace that the current method is defined within.

See Also

ISymbolMethod Interface | ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace