Inside an O2 Platform C# REPL editor (which is running in .Net's CLR), I was able to:
- load the AppSensor jar in a new class loader,
- access/view its classes in a GUI
- create an instance of org.owasp.appsensor.trendmonitoring.TrendEvent
- execute the getTime method).
Note that the AppSensor code is running on the Java's JVM (loaded in the same process as the .Net's CLR)
The code is still in very rough status, but it works :)