Manages a set of type definitions that can refer to each other by using indexes.
Inheritance Hierarchy
org.opendof.core.oalDOFTypeContext
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public sealed class Context
The DOFTypeContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | create(Boolean, DOFPacket) | Create a type from a buffer that is pointing to a reference to the type in the context.
|
![]() | create(Boolean, DOFTypeContextResolver, DOFPacket) | Create a type from a buffer that is pointing to a reference to the type in the context.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isFullyDefined |
Return whether or not the context is operating in fully-defined mode (returning only
fully defined types).
|
![]() | marshal(DOFPacket) | Write the context to the specified packet. |
![]() | marshal(DOFType, DOFPacket) | Write a reference to the specified type into a packet. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also