microsoft / Chakra-Samples

Repository for Chakra JavaScript engine related samples.
MIT License
216 stars 84 forks source link

Generate a Class and Instance in C# #85

Closed danpetitt closed 6 years ago

danpetitt commented 6 years ago

How would i define a JS class in C# with methods calling my C# delegates?

Basically i want to provide a nice JS interface to set of functionality to manipulate images.

I also need to save C# objects into an instance.

liminzhu commented 6 years ago

Closing this in favor of https://github.com/Microsoft/ChakraCore/issues/4679