Ejemplo n.º 1
0
        // Token: 0x0600071D RID: 1821 RVA: 0x0000995C File Offset: 0x0000895C
        public unsafe void SetRatingGain(string value)
        {
            int byteCount = Encoding.ASCII.GetByteCount(value);

            byte[] array = new byte[byteCount + 1];
            Encoding.ASCII.GetBytes(value, 0, byteCount, array, 0);
            array[byteCount] = 0;
            fixed(byte *ptr = array)
            {
                PerformanceInfo._EASharpBinding_698(this.mSelf, (sbyte *)ptr);
            }
        }
Ejemplo n.º 2
0
 // Token: 0x06000719 RID: 1817 RVA: 0x000098EC File Offset: 0x000088EC
 public void Reset()
 {
     PerformanceInfo._EASharpBinding_696(this.mSelf);
 }
Ejemplo n.º 3
0
 // Token: 0x06000715 RID: 1813 RVA: 0x00009888 File Offset: 0x00008888
 public PerformanceInfo() : base(default(ExposeTag_NoInitOwned))
 {
     this.mSelf = PerformanceInfo._EASharpBinding_694();
 }