Using DICOS toolkit outside C++

Is there anything I should know before trying to use the DICOS toolkit from a non-c++ application? I currently plan on compiling a DLL version of the library, exporting functions I need and using the DLL in a c# .net application. If you have an example of doing something similar to this that would be ideal.