The ChunkFlags type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AllFlagsSet |
Returns true if all bit flags up to the provided uptoChunkIndexInclusive are set to true
| |
ClearAllFlags |
Sets all chunk flags to unset.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FlagSet |
Returns true if the provided chunk is available. Zero indexed from least significant bit.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NumCompletedChunks |
Returns the number of completed chunk
| |
SetFlag |
Sets the bit flag to 1 which corresponds with the provided chunk index. Zero indexed from least significant bit.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateFlags |
Updates local chunk flags with those provided.
|
See Also