c# - Getting properties from forms in IlSpy -


is possible properties (width, height, location, ...) of e.g. labels, buttons, textboxes, ... in ilspy .net? problem is, have done project lost project file, there .exe-file available. , don't wanna redesign whole gui again.

if using winforms, generated code designer (width, height, location, text, ...) placed initializecomponent function in respective form class. can decompile method , find information need recreate form.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -