Condividi tramite


ReentrantReadWriteLock.ReentrantReadLock Costruttori

Definizione

Overload

ReentrantReadWriteLock.ReentrantReadLock(ReentrantReadWriteLock)

Costruttore per l'uso da parte di sottoclassi.

ReentrantReadWriteLock.ReentrantReadLock(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

ReentrantReadWriteLock.ReentrantReadLock(ReentrantReadWriteLock)

Costruttore per l'uso da parte di sottoclassi.

[Android.Runtime.Register(".ctor", "(Ljava/util/concurrent/locks/ReentrantReadWriteLock;)V", "")]
protected ReentrantReadLock (Java.Util.Concurrent.Locks.ReentrantReadWriteLock? lock);
[<Android.Runtime.Register(".ctor", "(Ljava/util/concurrent/locks/ReentrantReadWriteLock;)V", "")>]
new Java.Util.Concurrent.Locks.ReentrantReadWriteLock.ReentrantReadLock : Java.Util.Concurrent.Locks.ReentrantReadWriteLock -> Java.Util.Concurrent.Locks.ReentrantReadWriteLock.ReentrantReadLock

Parametri

lock
ReentrantReadWriteLock

l'oggetto blocco esterno

Attributi

Eccezioni

se il blocco è Null

Commenti

Costruttore per l'uso da parte di sottoclassi.

Documentazione java per java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.ReentrantReadWriteLock$ReadLock(java.util.concurrent.locks.ReentrantReadWriteLock).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

ReentrantReadWriteLock.ReentrantReadLock(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

protected ReentrantReadLock (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Concurrent.Locks.ReentrantReadWriteLock.ReentrantReadLock : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Concurrent.Locks.ReentrantReadWriteLock.ReentrantReadLock

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Java Native Interface).

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a