How to fix missing dll on mac?

Hi! I am trying to load this Daniel Piker’s example on my mac, and the c# component shows i am missing the dll to open it. Can anyone give me an advice on how to fix this on mac?

Nrosyfields_example.gh (261.0 KB)

Unless something has changed radically in the 25 years since I have used a Mac, DLLs are Windows specific.

Thank you for your answer. I am aware dll’s are windows specific, and mac uses dynamic libraries. I am asking how can i replace this dependance. Also i heard that sometimes such dlls are included with rhino for mac, specifically for this reason, but i am not sure if it is true and where to find them

solution is here

DLLs are not Windows specific. .NET compiled output is commonly to a file with a DLL extension and these files are loaded into both Windows and Mac Rhino