Gets the dev PTR.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public CUdeviceptr DevPtr { get; private set; } |
Visual Basic |
---|
Public Property DevPtr As CUdeviceptr Get Private Set |
Visual C++ |
---|
public: property CUdeviceptr DevPtr { CUdeviceptr get (); private: void set (CUdeviceptr value); } |