Skip to content Skip to sidebar Skip to footer
Showing posts with the label Reflection

Is There A Way To Execute A Function When I Have Its Name In A String

Consider I have a name of a function which does not require any argument in a var - var fn = … Read more Is There A Way To Execute A Function When I Have Its Name In A String

Get Class Properties And Values Using Typescript Reflection

Say I have a class Class A {} And would like to iterate through Class A properties (checking for n… Read more Get Class Properties And Values Using Typescript Reflection