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
Post a Comment