C# Class android.content.pm.InstrumentationInfo

Inheritance: android.content.pm.PackageItemInfo, android.os.Parcelable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
InstrumentationInfo ( android arg0 )
describeContents ( ) : int
toString ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

Méthodes protégées

Méthode Description
InstrumentationInfo ( global @__env )

Private Methods

Méthode Description
InstrumentationInfo ( )

Method Details

InstrumentationInfo() public méthode

public InstrumentationInfo ( android arg0 )
arg0 android

InstrumentationInfo() protected méthode

protected InstrumentationInfo ( global @__env )
@__env global

describeContents() public méthode

public describeContents ( ) : int
Résultat int

toString() public méthode

public toString ( ) : global::java.lang.String
Résultat global::java.lang.String

writeToParcel() public méthode

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void