System.GAC.AssemblyCache.GetNextAssembly C# (CSharp) 메소드

GetNextAssembly() 공개 정적인 메소드

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