DOFUInt64 ClassOpenDOF Object Access Library
Implementation of org.opendof.core.oal.DOFValue that supports 64-bit unsigned integers.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oal.valueDOFUInt64

Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
[SerializableAttribute]
public class DOFUInt64 : DOFValue, DOFImmutable

The DOFUInt64 type exposes the following members.

Constructors

  NameDescription
Public methodDOFUInt64(UInt64)
Create a new 64-bit unsigned integer given data.
Public methodDOFUInt64(DOFUInt64Type, DOFPacket)
Create a DOFUInt64 instance from serial form.
Top
Methods

  NameDescription
Public methodStatic memberarray(IListUInt64)
Convert a list of language types into an array of OAL values.
Public methodStatic memberarray(UInt64)
Convert an array of language types into an array of OAL values.
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodget
Return the data associated with a 64-bit unsigned integer.
Public methodgetDOFType
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisCompatibleWith
Public methodmarshal
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldStatic memberTYPE
This is the default type for all 64-bit unsigned integer values.
Top
See Also

Reference