예제 #1
0
파일: Class61.cs 프로젝트: unionjl/CyberAIO
 // Token: 0x06000265 RID: 613 RVA: 0x000041CF File Offset: 0x000023CF
 public static void smethod_0(Array array_0, RuntimeFieldHandle runtimeFieldHandle_0)
 {
     if (Class180.smethod_0())
     {
         int metadataToken = FieldInfo.GetFieldFromHandle(runtimeFieldHandle_0).MetadataToken;
     }
     RuntimeHelpers.InitializeArray(array_0, runtimeFieldHandle_0);
 }
예제 #2
0
 // Token: 0x060005F4 RID: 1524 RVA: 0x000354B8 File Offset: 0x000336B8
 public static byte[] smethod_1(string string_0)
 {
     if (string_0 == null)
     {
         return(null);
     }
     if (string_0.Length == 0)
     {
         return(new byte[0]);
     }
     byte[] bytes  = Encoding.UTF8.GetBytes(string_0);
     byte[] result = Class180.smethod_0(bytes, Class55.smethod_0(), new Func <byte[]>(Class125.smethod_4));
     Array.Clear(bytes, 0, bytes.Length);
     return(result);
 }