예제 #1
0
 public void SetValue(UIntPtr size, IntPtr value)
 {
     UnsafeNativeMethods.SetKernelArg(_kernel.Handle, _index, size, value);
 }