i can add new dll's from mono framework?

i can add new dll’s from mono framework?

dont quite understand what you mean, you can use external dll by using dllimport, and make a method signature correspond to that in your dll, and call it from your mono script.