System.GAC.AssemblyCache.GetNextAssembly C# (CSharp) Method

GetNextAssembly() public static method

Get the next assembly name in the current enumerator or fail
public static GetNextAssembly ( IAssemblyEnum enumerator, IAssemblyName &name ) : int
enumerator IAssemblyEnum
name IAssemblyName
return int
        public static int GetNextAssembly(IAssemblyEnum enumerator, out IAssemblyName name)
        {
            return enumerator.GetNextAssembly((IntPtr)0, out name, 0);
        }