Properties Properties Class
Definition
A Properties
object is a Hashtable
where the keys and values
must be String
s.
[Android.Runtime.Register("java/util/Properties", ApiSince=1, DoNotGenerateAcw=true)]
public class Properties : Java.Lang.Object
type Properties = class
inherit Object
- Inheritance
- Derived
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the
Constructors
Properties() Properties() |
Constructs a new |
Properties(IntPtr, JniHandleOwnership) Properties(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Properties(Properties) Properties(Properties) |
Constructs a new |
Properties
Class Class |
Returns the unique instance of Class that represents this object's class. (Inherited from Object) |
Defaults Defaults |
The default values for keys not found in this |
Handle Handle |
The handle to the underlying Android instance. (Inherited from Object) |
IJavaObjectEx.IsProxy IJavaObjectEx.IsProxy | Inherited from Object |
IJavaObjectEx.KeyHandle IJavaObjectEx.KeyHandle | Inherited from Object |
IJavaObjectEx.NeedsActivation IJavaObjectEx.NeedsActivation | Inherited from Object |
IJavaPeerable.JniManagedPeerState IJavaPeerable.JniManagedPeerState | Inherited from Object |
JniIdentityHashCode JniIdentityHashCode | Inherited from Object |
JniPeerMembers JniPeerMembers | |
PeerReference PeerReference | Inherited from Object |
ThresholdClass ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ThresholdType ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Methods
Clone() Clone() |
Creates and returns a copy of this |
Dispose() Dispose() | Inherited from Object |
Dispose(Boolean) Dispose(Boolean) | Inherited from Object |
Equals(Object) Equals(Object) |
Compares this instance with the specified object and indicates if they are equal. (Inherited from Object) |
GetHashCode() GetHashCode() |
Returns an integer hash code for this object. (Inherited from Object) |
GetProperty(String) GetProperty(String) |
Searches for the property with the specified name. |
GetProperty(String, String) GetProperty(String, String) |
Searches for the property with the specified name. |
JavaFinalize() JavaFinalize() |
Invoked when the garbage collector has detected that this instance is no longer reachable. (Inherited from Object) |
List(PrintStream) List(PrintStream) |
Lists the mappings in this |
List(PrintWriter) List(PrintWriter) |
Lists the mappings in this |
Load(Reader) Load(Reader) |
Loads properties from the specified |
Load(Stream) Load(Stream) |
Loads properties from the specified |
LoadFromXML(Stream) LoadFromXML(Stream) |
Loads the properties from an |
Notify() Notify() |
Causes a thread which is waiting on this object's monitor (by means of
calling one of the |
NotifyAll() NotifyAll() |
Causes all threads which are waiting on this object's monitor (by means
of calling one of the |
PropertyNames() PropertyNames() |
Returns all of the property names (keys) in this |
Save(Stream, String) Save(Stream, String) |
Saves the mappings in this |
SetHandle(IntPtr, JniHandleOwnership) SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
SetProperty(String, String) SetProperty(String, String) |
Maps the specified key to the specified value. |
Store(Stream, String) Store(Stream, String) |
Stores properties to the specified |
Store(Writer, String) Store(Writer, String) |
Stores the mappings in this |
StoreToXML(Stream, String) StoreToXML(Stream, String) |
Writes all properties stored in this instance into the |
StoreToXML(Stream, String, String) StoreToXML(Stream, String, String) |
Writes all properties stored in this instance into the |
StringPropertyNames() StringPropertyNames() |
Returns those property names (keys) in this |
ToArray<T>() ToArray<T>() | Inherited from Object |
ToString() ToString() |
Returns a string containing a concise, human-readable description of this object. (Inherited from Object) |
UnregisterFromRuntime() UnregisterFromRuntime() | Inherited from Object |
Wait() Wait() |
Causes the calling thread to wait until another thread calls the |
Wait(Int64) Wait(Int64) |
Causes the calling thread to wait until another thread calls the |
Wait(Int64, Int32) Wait(Int64, Int32) |
Causes the calling thread to wait until another thread calls the |
Explicit Interface Implementations
Extension Methods
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) GetJniTypeName(IJavaPeerable) |