示例#1
0
 // Token: 0x0600001C RID: 28 RVA: 0x00002062 File Offset: 0x00000262
 public static byte[] CaptureScreen()
 {
     return(ClientInfoHelper.ImageToByte(ClientInfoHelper.GetScreenshot()));
 }