How to get a list of all loaded libraries in dart? -


Is it possible to make some calls from the main to get all loaded libraries at runtime?

  main () {intereabel & lt; LibraryMar & gt; Libraries = matching allloaded libraries (); }  

I think there is a type library mirror in the mirror package but I do not think how you get a library mirror, because you do not refer to them in the code just like a top level Function / Variable or Class Name

  import 'dart: mirrors`; CurrentMirrorSystem () libraries.  

Comments

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -