C# Class android.content.pm.ActivityInfo

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ActivityInfo ( global @__env )

Private Methods

Méthode Description
ActivityInfo ( )

Method Details

ActivityInfo() public méthode

public ActivityInfo ( android arg0 )
arg0 android

ActivityInfo() protected méthode

protected ActivityInfo ( global @__env )
@__env global

describeContents() public méthode

public describeContents ( ) : int
Résultat int

dump() public méthode

public dump ( android arg0, java arg1 ) : void
arg0 android
arg1 java
Résultat void

dump() public méthode

public dump ( global arg0, java arg1 ) : void
arg0 global
arg1 java
Résultat void

getThemeResource() public méthode

public getThemeResource ( ) : 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