System.Diagnostics.SymbolStore.SymScope.SymScope_GetNamespaces C# (CSharp) Метод

SymScope_GetNamespaces() приватный Метод

private SymScope_GetNamespaces ( IntPtr Scope, int cNamespaces, int &pcNamespaces, [ NamespacePointers ) : int
Scope System.IntPtr
cNamespaces int
pcNamespaces int
NamespacePointers [
Результат int
        static extern int SymScope_GetNamespaces(
            IntPtr Scope,
            int cNamespaces,
            out int pcNamespaces,
            [In] IntPtr[] NamespacePointers);