![]() |
IOLink C# 1.16.1
|
Utility class to check and convert a DataAccess into a RandomAccess. More...
Public Member Functions | |
| RandomAccessProvider (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
Static Public Member Functions | |
| static global::System.Runtime.InteropServices.HandleRef | getCPtr (RandomAccessProvider obj) |
| static global::System.Runtime.InteropServices.HandleRef | swigRelease (RandomAccessProvider obj) |
| static bool | IsRandomAccess (DataAccess randomAccess) |
| Checks if DataAccess supports RandomAccess interface. | |
| static RandomAccess | ToRandom (DataAccess accessor) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Utility class to check and convert a DataAccess into a RandomAccess.
|
inlinestatic |
Return the RandomAccess interface if the accessor supports it. If it does not support this interface, returns null.