How to create DLL file from C++ inference of libtorch and import that dll file in C#?

I want to create DLL file from C++ inference with libtorch. After creating DLL file how can I import that DLL file in C#?
Please help me in this… It’s very important for me…
Thanks