i want every rust C# information..
method, data type etc...
i knew only DOC Menu
Solved Getting C# methods, data, etc. for the game?
Discussion in 'Rust Development' started by DongKi, Feb 20, 2016.
-
Use a decompiler.
-
What file??
oxide.core.dll???
[DOUBLEPOST=1455972551][/DOUBLEPOST] -
Assembly-CSharp.dll is the file you should decompile.
-
[DOUBLEPOST=1455973407][/DOUBLEPOST] -
I use ILSpy.
-
-
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.
-
I personally don't write my plugins in C# and wouldn't like to install something as huge as VS just for a disassembler. -
Yeah that's if you already have visual studio, of course.