Search code examples
How to mimick the compiler type cast in runtime...


c#unity-game-enginereflection.net-standard-2.1

Read More
FireStore - Converter for nested cusom objects...


typescriptfirebasegoogle-cloud-firestorereflection

Read More
How can I add reflection to a C++ application?...


c++reflectiontemplatessfinae

Read More
Splicing a template name into a variable declaration using CTAD...


c++reflectionc++26

Read More
Using C++26 reflection to design a concept to check, by name, if a class has a given member function...


c++reflectionc++-conceptstype-traitsc++26

Read More
C++26 Reflection and Loops over enums...


c++reflectionenumsc++26

Read More
Mirroring C++ Lambda Captures into a POD struct via C++26 Reflection (P2996)...


c++lambdareflectionmetaprogrammingc++26

Read More
How to add a string literal annotation to items?...


c++reflectionc++26

Read More
Unable to call private method for System.Security.Cryptography.X509Certificates.SubjectAlternativeNa...


c#reflectionx509subject-alternative-name

Read More
C++26 Reflection: Define an Aggregate Template...


c++templatesreflectionc++26

Read More
How to declare a variable using std::meta::info of a non static data member inside a template for lo...


c++reflectionc++26

Read More
Change object type at runtime maintaining functionality...


c#reflectiontypesruntime

Read More
UnsafeAccessor not updating private field when targeting a struct in .NET 8...


c#structreflection.net-8.0unsafe

Read More
C++ reflection - compile time index access - but not with a macro...


c++reflectionconstevalc++26template-for

Read More
Cast of generic property through reflection...


c#entity-frameworkgenericsreflection

Read More
How can I tell if a C# method is async/await via reflection?...


c#reflectionasynchronous

Read More
How can I determine if the memory at a certain address was allocated by / is managed by CUDA?...


c++pointersmemory-managementreflectioncuda

Read More
Exception when loading F# types that implement an interface which uses generics from an assembly...


.net-coreinheritancereflectionf#assemblies

Read More
How to pass a function pointer that points to constructor?...


c++reflectionconstructorfunction-pointers

Read More
How to find the child class name from base class?...


c#reflectioninheritance

Read More
Using Case/Switch and GetType to determine the object...


c#.netreflectionswitch-statementcase

Read More
Property include/exclude on Kotlin data classes...


kotlinreflectionannotationsdata-class

Read More
How to extend a final class?(Reflection, Javassist)...


javareflectionbytecodejavassist

Read More
How can serialization possibly access the readObject and writeObject methods if they are declared pr...


javaserializationreflection

Read More
Compile time typeid without RTTI with GCC...


c++reflection

Read More
Getting fields from another Jar File...


javareflection

Read More
How do I get the type of a generic parameter on IEnumerable<object>?...


c#genericsreflection

Read More
Cannot use Format on reflected object's property ToString...


vb.netreflectionformat

Read More
Get all implementations of an interface for a class, including for base...


c#reflectioninterface

Read More
Can I check if ReflectionType is instance of another type?...


phptypesreflectionphp-7anonymous-function

Read More
BackNext