Click or drag to resize

DataReferenceExtensions Class

IDataReference extensions.
Inheritance Hierarchy
SystemObject
  Demo3D.IODataReferenceExtensions

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public static class DataReferenceExtensions

The DataReferenceExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodReadByte Reads from the specified offset and returns the data as a value.
Public Extension MethodReadDoubleLE Reads from the specified offset and returns the data as a value.
Public Extension MethodReadInt16LE Reads from the specified offset and returns the data as a value.
Public Extension MethodReadInt32LE Reads the memory exchange from the specified offset and returns the data as a value.
Public Extension MethodReadInt64LE Reads from the specified offset and returns the data as a value.
Public Extension MethodReadSByte Reads from the specified offset and returns the data as a value.
Public Extension MethodReadSingleLE Reads from the specified offset and returns the data as a value.
Public Extension MethodReadUInt16LE Reads from the specified offset and returns the data as a value.
Public Extension MethodReadUInt32LE Reads from the specified offset and returns the data as a value.
Public Extension MethodReadUInt64LE Reads from the specified offset and returns the data as a value.
Public Extension MethodWriteByte Write a value at the specified offset.
Public Extension MethodWriteDoubleLE Write a value at the specified offset.
Public Extension MethodWriteInt16LE Write a value at the specified offset.
Public Extension MethodWriteInt32LE Write a value at the specified offset.
Public Extension MethodWriteInt64LE Write a value at the specified offset.
Public Extension MethodWriteSByte Write a value at the specified offset.
Public Extension MethodWriteSingleLE Write a value at the specified offset.
Public Extension MethodWriteUInt16LE Write a value at the specified offset.
Public Extension MethodWriteUInt32LE Write a value at the specified offset.
Public Extension MethodWriteUInt64LE Write a value at the specified offset.
Top
See Also