DeviceInfoCanMapHostMemory Property
|
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool CanMapHostMemory { get; }
Public ReadOnly Property CanMapHostMemory As Boolean
Get
public:
property bool CanMapHostMemory {
bool get ();
}
member CanMapHostMemory : bool with get
function get_CanMapHostMemory();
Return Value
Type:
Boolean
See Also