ChunkFlags MethodsNetworkComms.Net Help
The ChunkFlags type exposes the following members.
Methods

  NameDescription
Public methodAllFlagsSet
Returns true if all bit flags up to the provided uptoChunkIndexInclusive are set to true
Public methodClearAllFlags
Sets all chunk flags to unset.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodFlagSet
Returns true if the provided chunk is available. Zero indexed from least significant bit.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodNumCompletedChunks
Returns the number of completed chunk
Public methodSetFlag
Sets the bit flag to 1 which corresponds with the provided chunk index. Zero indexed from least significant bit.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodUpdateFlags
Updates local chunk flags with those provided.
Back to Top
See Also