SharpMod.CRC32.CRC32 C# (CSharp) Method

CRC32() public method

Creates an instance of the CRC32 class
public CRC32 ( ) : System
return System
        public unsafe CRC32()
        {
            fixed (long *longPtr =  &crc32) {
                crc32ptr = new IntPtr(longPtr);
            }
        }

Same methods

CRC32::CRC32 ( IntPtr ptr ) : System