Apparatus.AOT.Reflection icon indicating copy to clipboard operation
Apparatus.AOT.Reflection copied to clipboard

Reflectionless reflection

Results 2 Apparatus.AOT.Reflection issues
Sort by recently updated
recently updated
newest added

I was wondering if you could have a generic way to solve: ``` public Frame(StackFrame? frame) { _methodBase = frame.GetMethod(); } When you look at the inplementation you can see...

Is it possible to get method and events with this?