awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesGeneric Type Reflection Fallbacks

Falls back to string-based field and method access on objects whose generic types lack generated typed proxies.

Distinct from Generic Type Resolution: Distinct from Generic Type Resolution: focuses on fallback reflection for generic types without proxies, not on resolving generic arguments.

Explore 1 awesome GitHub repository matching software engineering & architecture · Generic Type Reflection Fallbacks. Refine with filters or upvote what's useful.

Awesome Generic Type Reflection Fallbacks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • praydog/reframeworkAvatar de praydog

    praydog/REFramework

    4,423Ver en GitHub↗

    REFramework is a runtime modding framework for games built on the RE Engine, providing a C# plugin system with typed proxy code generation, a Lua scripting interface, an ImGui-based UI system, a runtime debugging toolkit, and a VR integration layer. At its core, it intercepts and modifies internal game engine functions and state at runtime through hooking and scripting APIs, enabling deep inspection and manipulation of live game objects. The framework distinguishes itself through typed proxy code generation that auto-creates C# interfaces from the game's type database, giving compile-time saf

    Provides string-based field and method access for generic types without generated proxies.

    C++cmkrcppdmc5
    Ver en GitHub↗4,423
  1. Home
  2. Software Engineering & Architecture
  3. Generic Type Definitions
  4. Generic Type Resolution
  5. Generic Type Reflection Fallbacks