Click or drag to resize
SbNativeArrayT Properties

The SbNativeArrayT generic type exposes the following members.

Properties
  NameDescription
Public propertyCanGetBuffer
Gets a flag indicating if it is legacy to call GetBuffer method.
Public propertyCanRead
Gets a value indicating whether the current stream supports reading.
(Overrides StreamCanRead.)
Public propertyCanSeek
Gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek.)
Public propertyCanTimeout
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.)
Public propertyCanWrite
Gets a value indicating whether the current stream supports writing.
(Overrides StreamCanWrite.)
Public propertyCapacity
Capacity of the buffer.
Public propertyDataPointer
Pointer to the underlying native array.
Public propertyHasManagedBuffer
Convenient property to test if the instance wraps a managed buffer.
Public propertyInt32Capacity
Capacity of the buffer.
Public propertyInt32Length
Public propertyItem
Gets or sets the element at the specified index.
Public propertyLength (Overrides StreamLength.)
Public propertyPosition
Gets or sets the current position within the stream.
(Overrides StreamPosition.)
Public propertyReadTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.)
Public propertyWriteTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.)
Top
See Also