Referencing Microsoft.Scripting.Utils
Discussion in 'Rust Development' started by bazuka5801, Sep 6, 2016.
-
You would have to post in Feature Suggestions | Oxide
But all oxide plugins are sandboxed. So Oxide only allow certain dll features to work. But if Microsoft.Scripting.Utils can pose any kind of security risk. It won't be added -
Wulf Community Admin
If that DLL is included with the game and isn't blacklisted, you can load it using a magic reference at the top of your plugin:
Code:// Reference: Microsoft.Scripting
