System.RuntimeAssembly.ProcessType C# (CSharp) Метод

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

private ProcessType ( RuntimeTypeHandle handle ) : RuntimeType
handle RuntimeTypeHandle
Результат RuntimeType
        internal RuntimeType ProcessType(RuntimeTypeHandle handle)
        {
            typeHandles.AddLast(handle);
            var type = new RuntimeType(handle);
            typeList.AddLast(type);
            return type;
        }