C# 클래스 imobileDeviceiDevice.iDevice

파일 보기 프로젝트 열기: exaphaser/MK.MobileDevice 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Connected bool
DeviceHardware string>.Dictionary
Handle System.IntPtr
InstallationProxyClient System.IntPtr
InstallationProxyService System.IntPtr
LockdownClient System.IntPtr
Name string
ProductName string
ProductType string
SerialNumber string
Udid string
iOSVersion string

공개 메소드들

메소드 설명
iDevice ( IntPtr handle, string udid ) : System
iDevice ( IntPtr handle, string udid, string serialNumber, string name, string productType ) : System

메소드 상세

iDevice() 공개 메소드

public iDevice ( IntPtr handle, string udid ) : System
handle System.IntPtr
udid string
리턴 System

iDevice() 공개 메소드

public iDevice ( IntPtr handle, string udid, string serialNumber, string name, string productType ) : System
handle System.IntPtr
udid string
serialNumber string
name string
productType string
리턴 System

프로퍼티 상세

Connected 공개적으로 프로퍼티

public bool Connected
리턴 bool

DeviceHardware 공개적으로 정적으로 프로퍼티

public static Dictionary DeviceHardware
리턴 string>.Dictionary

Handle 공개적으로 프로퍼티

public IntPtr,System Handle
리턴 System.IntPtr

InstallationProxyClient 공개적으로 프로퍼티

public IntPtr,System InstallationProxyClient
리턴 System.IntPtr

InstallationProxyService 공개적으로 프로퍼티

public IntPtr,System InstallationProxyService
리턴 System.IntPtr

LockdownClient 공개적으로 프로퍼티

public IntPtr,System LockdownClient
리턴 System.IntPtr

Name 공개적으로 프로퍼티

public string Name
리턴 string

ProductName 공개적으로 프로퍼티

public string ProductName
리턴 string

ProductType 공개적으로 프로퍼티

public string ProductType
리턴 string

SerialNumber 공개적으로 프로퍼티

public string SerialNumber
리턴 string

Udid 공개적으로 프로퍼티

public string Udid
리턴 string

iOSVersion 공개적으로 프로퍼티

public string iOSVersion
리턴 string