System.Diagnostics.SymbolStore.SymScope.SymScope_GetNamespaces C# (CSharp) Method

SymScope_GetNamespaces() private method

private SymScope_GetNamespaces ( IntPtr Scope, int cNamespaces, int &pcNamespaces, [ NamespacePointers ) : int
Scope System.IntPtr
cNamespaces int
pcNamespaces int
NamespacePointers [
return int
        static extern int SymScope_GetNamespaces(
            IntPtr Scope,
            int cNamespaces,
            out int pcNamespaces,
            [In] IntPtr[] NamespacePointers);