AspectSharp.Lang.GacHelper.GetNextAssembly C# (CSharp) Method

GetNextAssembly() private static method

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