ManagedCuda.DriverAPINativeMethods.AsynchronousMemcpy_v2.cuMemcpyDtoHAsync_v2 C# (CSharp) Метод

cuMemcpyDtoHAsync_v2() приватный Метод

private cuMemcpyDtoHAsync_v2 ( [ dstHost, ManagedCuda.BasicTypes.CUdeviceptr srcDevice, ManagedCuda.BasicTypes.SizeT ByteCount, ManagedCuda.BasicTypes.CUstream hStream ) : CUResult
dstHost [
srcDevice ManagedCuda.BasicTypes.CUdeviceptr
ByteCount ManagedCuda.BasicTypes.SizeT
hStream ManagedCuda.BasicTypes.CUstream
Результат CUResult
            public static extern CUResult cuMemcpyDtoHAsync_v2([Out] IntPtr dstHost, CUdeviceptr srcDevice, SizeT ByteCount, CUstream hStream);