singrdk/base/Applications/Benchmarks/BartokH
Lily Tsuru db9d77760c RDK 2.0 2024-05-24 07:44:53 -04:00
..
Child RDK 2.0 2024-05-24 07:44:53 -04:00
Contracts RDK 2.0 2024-05-24 07:44:53 -04:00
host RDK 2.0 2024-05-24 07:44:53 -04:00
msil RDK 2.0 2024-05-24 07:44:53 -04:00
Imported.txt RDK 2.0 2024-05-24 07:44:53 -04:00
README.TXT RDK 2.0 2024-05-24 07:44:53 -04:00

README.TXT

Hosted Bartok requires the following change to System\RuntimeType.cs:

        public override int GetHashCode() {
            return unchecked((int)(
                                 (int)Magic.addressOf(this.classVtable)
                                 + ((int)this.classVtable.arrayOf << 8 + rank)
                                 + (int)this.classVtable.structuralView));
        }