BuildProp Class AndroidLib - Beatsleigher Edition
Manages all information from connected Android device's build properties
Inheritance Hierarchy

SystemObject
  RegawMOD.AndroidBuildProp

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public class BuildProp

The BuildProp type exposes the following members.

Constructors

  NameDescription
Protected methodBuildProp
Initializes a new instance of the BuildProp class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProp
Gets the value of the specified build property key.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetProp
Sets a build property value
Public methodToString
Returns a formatted string containing all of the build properties
(Overrides ObjectToString.)
Private methodUpdate
Top
Fields

  NameDescription
Private fielddevice
Private fieldprop
Top
Properties

  NameDescription
Public propertyKeys
Gets a List<string> containing all of the device's build proprty keys
Public propertyValues
Gets a List<string> object containing all of the device's build proprty values
Top
See Also

Reference