Search code examples
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
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
Is there any way to iterate data members with STL algorithms using the C++26 reflection?...


c++reflectionstlc++26static-reflection

Read More
How do I use .NET reflection to emit generic interfaces and a class which implements them...


c#.netgenericsreflectionreflection.emit

Read More
Replacing an annotation with another annotation during compile time in Spring?...


javaspringreflectionannotationsspring-annotations

Read More
Trim all string properties...


c#reflection

Read More
Is there a way to get all required properties of a typescript type of interface...


typescriptreflection

Read More
Getting the name of the currently executing method...


javareflectionmethods

Read More
Create an open delegate via MethodInfo of a Value Type instance method with out parameters...


c#performancereflectiondelegates

Read More
How to cast `ICollection` to `IEnumerable<T>` without knowing T?...


c#reflection

Read More
Change private static final field using Java reflection...


javareflectionstaticprivatefinal

Read More
Class Reflection : Missing Properties...


phpreflectionproperties

Read More
Identify specific nullable type...


.netvb.netreflectionnullable

Read More
How can I programmatically change the argspec of a function in a python decorator?...


pythonreflectiondecoratorpython-inspect

Read More
How can I get a list of all classes within current module in Python?...


pythonreflectionpython-inspect

Read More
How to list all functions in a module?...


pythonreflectionmodulepython-inspect

Read More
BackNext