Passing Struc to CUDA using CUDA.Net

I am new to using CUDA.NET and am finding help resources on said topic very scarce.

I am trying to pass a structure from C# to CUDA using CUDA.NET. Is there any way to do so?

Also is it possible to pass more than 1 parameter using CUDA.NET from C# to CUDA method?