2
Answers

could not understand lines of code after decompiling a dll

Nepethya Rana

Nepethya Rana

8y
289
1
I decompiled the one dll and exported to Project/Solution. I tried to understand lines of codes but i could not understand following lines. Type type; object objectValue = RuntimeHelpers.GetObjectValue(type.GetField("processInfo", BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.NonPublic).GetValue((object) Process.GetCurrentProcess())); strFrom = StringType.FromObject(objectValue.GetType().GetField("processName", BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic).GetValue(RuntimeHelpers.GetObjectValue(objectValue))); Logger.write("process: " + strFrom, 1); i did not understand what these lines of codes are doing. Could you please explain. Thank you.
Answers (2)
0
Paul Rajs

Paul Rajs

NA 274 15.9k 7y
thank you mr.srikanth
0
Srikant Maruwada

Srikant Maruwada

NA 501 4.4k 7y
You can use UserControl.
 
https://www.aspsnippets.com/Articles/Dynamically-load-and-display-ASPNet-UserControl-using-jQuery-AJAX-and-WebMethod.aspx
 
Please refer the above link.