ManagedCuda.DriverAPINativeMethods.MemsetAsync.cuMemsetD2D8Async C# (CSharp) Method

cuMemsetD2D8Async() private method

private cuMemsetD2D8Async ( ManagedCuda.BasicTypes.CUdeviceptr dstDevice, ManagedCuda.BasicTypes.SizeT dstPitch, byte b, ManagedCuda.BasicTypes.SizeT Width, ManagedCuda.BasicTypes.SizeT Height, ManagedCuda.BasicTypes.CUstream hStream ) : CUResult
dstDevice ManagedCuda.BasicTypes.CUdeviceptr
dstPitch ManagedCuda.BasicTypes.SizeT
b byte
Width ManagedCuda.BasicTypes.SizeT
Height ManagedCuda.BasicTypes.SizeT
hStream ManagedCuda.BasicTypes.CUstream
return CUResult
            public static extern CUResult cuMemsetD2D8Async(CUdeviceptr dstDevice, SizeT dstPitch, byte b, SizeT Width, SizeT Height, CUstream hStream);