Gets the device memory for key specified.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public Object GetDeviceMemory( Object devArray ) |
Visual Basic |
---|
Public Function GetDeviceMemory ( _ devArray As Object _ ) As Object |
Visual C++ |
---|
public: Object^ GetDeviceMemory( Object^ devArray ) |
Parameters
- devArray
- Type: System..::..Object
The dev array.