C# 클래스 android.app.ActivityManager.ProcessErrorStateInfo

상속: java.lang.Object, android.os.Parcelable
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
describeContents ( ) : int
readFromParcel ( android arg0 ) : void
writeToParcel ( android arg0, int arg1 ) : void

보호된 메소드들

메소드 설명
ProcessErrorStateInfo ( global @__env )

비공개 메소드들

메소드 설명
ProcessErrorStateInfo ( )

메소드 상세

ProcessErrorStateInfo() 보호된 메소드

protected ProcessErrorStateInfo ( global @__env )
@__env global

describeContents() 공개 메소드

public describeContents ( ) : int
리턴 int

readFromParcel() 공개 메소드

public readFromParcel ( android arg0 ) : void
arg0 android
리턴 void

writeToParcel() 공개 메소드

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
리턴 void