``` int someGlobal1; int[] someGlobal2; kernel void SomeKernel() { //some code } ``` How can I set values of two global variables defined like this in C#? Is there a way to get variable index by variable name?