sebastienros / jint

Javascript Interpreter for .NET
BSD 2-Clause "Simplified" License
4.04k stars 558 forks source link

Make ObjectWrapper ClrType public #1946

Closed lofcz closed 1 month ago

lofcz commented 1 month ago

In the scenario described in https://github.com/sebastienros/jint/issues/1945 I need to get the CLR type of ObjectWrapper. This PR makes the corresponding property public.

lahma commented 1 month ago

So is this still needed if/when #1947 gets merged?

lofcz commented 1 month ago

Yes, I still need to get the CLR type somehow; this seems the easiest way to do it.

lahma commented 1 month ago

Thank you!