Java.Lang.ThreadLocal Members

The members of Java.Lang.ThreadLocal are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new thread-local variable.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Get() : Object
Returns the value of this variable for the current thread.
Remove()
Removes the entry for this variable in the current thread.
Set(Object)
Documentation for this section has not yet been entered.

Protected Methods

InitialValue() : Object
Provides the initial value of this variable for the current thread.