1. i want every rust C# information..

    method, data type etc...

    i knew only DOC Menu
     
  2. Use a decompiler.
     
  3. What file??

    oxide.core.dll???
    [DOUBLEPOST=1455972551][/DOUBLEPOST]
    and.. what use decompiler?.
     
  4. Assembly-CSharp.dll is the file you should decompile.
     
  5. you recommend decompiler for me?
    [DOUBLEPOST=1455973407][/DOUBLEPOST]
    please recommend program
     
  6. I use ILSpy.
     
  7. verry tank you so much!
     
  8. To be honest I've found that unless you want to see the MSIL then you can just use the object explorer built in to visual studio without need for separate disassemblers.
     
  9. This implies that you are a C# dev.
    I personally don't write my plugins in C# and wouldn't like to install something as huge as VS just for a disassembler.
     
  10. Yeah that's if you already have visual studio, of course.