コード例 #1
0
        // Token: 0x06000387 RID: 903 RVA: 0x000057F4 File Offset: 0x000047F4
        public unsafe InternalProfile(string name) : base(default(ExposeTag_NoInitOwned))
        {
            int byteCount = Encoding.ASCII.GetByteCount(name);

            byte[] array = new byte[byteCount + 1];
            Encoding.ASCII.GetBytes(name, 0, byteCount, array, 0);
            array[byteCount] = 0;
            fixed(byte *ptr = array)
            {
                this.mSelf = InternalProfile._EASharpBinding_358((sbyte *)ptr);
            }
        }
コード例 #2
0
 // Token: 0x06000389 RID: 905 RVA: 0x00005863 File Offset: 0x00004863
 public void End()
 {
     InternalProfile._EASharpBinding_359(this.mSelf);
 }