the-haive / FlexVersion

Easy and flexible creation of version-strings (++) based on information from the git-repo (commits, merges and tags).
MIT License
1 stars 0 forks source link

Allow third party function-dlls to be loaded #2

Open Spiralis opened 6 years ago

Spiralis commented 6 years ago

Probably use reflection to find matching methods, and check the data-types for what each param expects. And use reflection to pick up documentation and show in help-list or when the method fails?