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: 15.0.2.11458
Syntax
C#
public static class DataReferenceExtensions

The DataReferenceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReadByte
Reads from the specified offset and returns the data as a value.
Public methodStatic memberReadDoubleLE
Reads from the specified offset and returns the data as a value.
Public methodStatic memberReadInt16LE
Reads from the specified offset and returns the data as a value.
Public methodStatic memberReadInt32LE
Reads the memory exchange from the specified offset and returns the data as a value.
Public methodStatic memberReadInt64LE
Reads from the specified offset and returns the data as a value.
Public methodStatic memberReadSByte
Reads from the specified offset and returns the data as a value.
Public methodStatic memberReadSingleLE
Reads from the specified offset and returns the data as a value.
Public methodStatic memberReadUInt16LE
Reads from the specified offset and returns the data as a value.
Public methodStatic memberReadUInt32LE
Reads from the specified offset and returns the data as a value.
Public methodStatic memberReadUInt64LE
Reads from the specified offset and returns the data as a value.
Public methodStatic memberWriteByte
Write a value at the specified offset.
Public methodStatic memberWriteDoubleLE
Write a value at the specified offset.
Public methodStatic memberWriteInt16LE
Write a value at the specified offset.
Public methodStatic memberWriteInt32LE
Write a value at the specified offset.
Public methodStatic memberWriteInt64LE
Write a value at the specified offset.
Public methodStatic memberWriteSByte
Write a value at the specified offset.
Public methodStatic memberWriteSingleLE
Write a value at the specified offset.
Public methodStatic memberWriteUInt16LE
Write a value at the specified offset.
Public methodStatic memberWriteUInt32LE
Write a value at the specified offset.
Public methodStatic memberWriteUInt64LE
Write a value at the specified offset.
Top
See Also