SDK version representation as four 1-byte ints and a text string.
Major SDK version number, such as 1 in version 1.2;
Get Minor SDK version number, such as 3 in version 1.3;
Get SDK revision string.
SDK number of the week of the year.
Get SDK year, decimal 1 or 2 digit.
Address of native referenced object. nullptr if not referencing any native allocated object. Note native allocation will happen only once.
Overrides finalize that garbage collector will call when needed.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Checks if this object is valid.
Releases the native referenced value of this object if: