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

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -