The Utility type exposes the following members.
Methods
Name | Description | ||
---|---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | ||
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | ||
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | ||
HighByte | Retrieves the high-order byte from the specified 16-bit value. | ||
HighWord | Retrieves the 2 high-order bytes from a 32-bit value. | ||
LowByte | Retrieves the low-order byte from the specified 16-bit value. | ||
LowWord | Retrieves the 2 low-order bytes of a 4-byte value. | ||
MakeLong | Creates a 4-byte value by concatenating the two values. | ||
MakeWord | Creates a 2-byte value by concatenating the two byte values. | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | ||
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also
Utility Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
...