Solved Loading DLL files

Discussion in 'Rust Development' started by SteeLuckY, Feb 3, 2017.

  1. Hello, it is very interesting to me, in Managed folder has all the dll files, All of them are automatically included? If not, where to see what libraries are included automatically?
    Thank you in advance.
     
  2. Wulf

    Wulf Community Admin

    DLLs in that folder are only loaded if they are referenced by something.
     
  3. Thank you very much for the quick response!
    You can give an example of how to connect your library? To understand the essence.
     
  4. Wulf

    Wulf Community Admin

    What are you trying to connect exactly?
     
  5. Any other library with its functions ..
    For Example: I want to use their functions by connecting my library.
     
  6. Wulf

    Wulf Community Admin

    If you're wanting to use them via plugins, you'd have to write an extension or // Reference: FileName at the top of your plugin.
     
  7. Okay, thx! Likely wrong question asked. At last, the most recent information can be found on GitHub? Just the documentation on the website not much information or i'm blind)
     
  8. Wulf

    Wulf Community Admin

    The Docs are geared toward plugins, not general C# development.
     
  9. Exactly, I ask only about the possibility of oxide.
    Thank you very much! Good luck!