예제 #1
0
 /// <summary>
 /// Any type of CoreFoundation object from the iDevice would be returned as a string
 /// </summary>
 /// <param name="cfstring"></param>
 /// <returns></returns>
 unsafe public string CopyValue(string cfstring)
 {
     return(MobileDevice.AMDeviceCopyValue(iDeviceHandle, cfstring));
 }