Defines a Universally Unique IDentifier (UUID), also known as GUIDs (Globally Unique IDentifier). A UUID is a 16-byte (128-bit) number, that is unique in the computer system (guaranteed by generated algorithm ). More...
Inherits global.SystemIDisposable.
Public Member Functions | |
| Uuid (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| bool | IsNull () |
| byte | Value (uint theIndex) |
| Uuid (byte[] theBytes) | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Defines a Universally Unique IDentifier (UUID), also known as GUIDs (Globally Unique IDentifier). A UUID is a 16-byte (128-bit) number, that is unique in the computer system (guaranteed by generated algorithm ).