c# - How could I export class information and turn it into a syntax helper from a closed application? -


i'm coding in application has built in editor , module available internal use, doesn't allow me reference in visual studio , code outside environment.

what best way export class information within documentation import vs , use syntax helper?

i thought of using reflection , write in xml, there better way?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -