Lingua

BlobHandle Classe

Definizione

Identificatore per rappresentare un BLOB.

[Android.Runtime.Register("android/app/blob/BlobHandle", ApiSince=30, DoNotGenerateAcw=true)]
public sealed class BlobHandle : Java.Lang.Object, Android.OS.IParcelable, IDisposable
[<Android.Runtime.Register("android/app/blob/BlobHandle", ApiSince=30, DoNotGenerateAcw=true)>]
type BlobHandle = class
    inherit Object
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Ereditarietà
BlobHandle
Attributi
Implementazioni

Commenti

Identificatore per rappresentare un BLOB.

per android.app.blob.BlobHandle.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Proprietà

Nome Descrizione
Class

Restituisce la classe di runtime di questo Objectoggetto .

(Ereditato da Object)
Creator

Identificatore per rappresentare un BLOB.

ExpiryTimeMillis

Restituisce l'ora di scadenza in millisecondi del BLOB rappresentato dall'oggetto in System#currentTimeMillis() timebase.

Handle

Handle per l'istanza di Android sottostante.

(Ereditato da Object)
JniIdentityHashCode

Ottiene il codice hash di identità assegnato a questo Java peer dal runtime di interoperabilità.

(Ereditato da Object)
JniManagedPeerState

Identificatore per rappresentare un BLOB.

(Ereditato da JavaObject)
JniPeerMembers

Identificatore per rappresentare un BLOB.

Label

Identificatore per rappresentare un BLOB.

LabelFormatted

Restituisce l'etichetta associata al BLOB rappresentato da questo oggetto.

PeerReference

Ottiene il riferimento all'oggetto JNI per questo peer Java.

(Ereditato da Object)
Tag

Restituisce l'opaco String associato al BLOB che rappresenta l'oggetto .

ThresholdClass

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

(Ereditato da Object)
ThresholdType

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

(Ereditato da Object)

Metodi

Nome Descrizione
Clone()

Crea e restituisce una copia di questo oggetto.

(Ereditato da Object)
Construct(JniObjectReference, JniObjectReferenceOptions)

Identificatore per rappresentare un BLOB.

(Ereditato da JavaObject)
CreateWithSha256(Byte[], ICharSequence, Int64, String)

Creare un nuovo identificatore di BLOB.

CreateWithSha256(Byte[], String, Int64, String)

Creare un nuovo identificatore di BLOB.

DescribeContents()

Identificatore per rappresentare un BLOB.

Dispose()

Rilascia le risorse contenute in questo peer Java.

(Ereditato da Object)
Dispose(Boolean)

Rilascia le risorse contenute in questo peer Java.

(Ereditato da Object)
DisposeUnlessReferenced()

Identificatore per rappresentare un BLOB.

(Ereditato da JavaObject)
Equals(Object)

Identificatore per rappresentare un BLOB.

(Ereditato da JavaObject)
Equals(Object)

Indica se un altro oggetto è "uguale a" questo.

(Ereditato da Object)
GetHashCode()

Restituisce un valore di codice hash per l'oggetto .

(Ereditato da Object)
GetSha256Digest()

Restituisce l'hash SHA-256 del BLOB rappresentato da questo oggetto.

JavaFinalize()
Obsoleti.

Chiamato dal Garbage Collector su un oggetto quando Garbage Collection determina che non sono presenti altri riferimenti all'oggetto .

(Ereditato da Object)
Notify()

Riattiva un singolo thread in attesa del monitor dell'oggetto.

(Ereditato da Object)
NotifyAll()

Riattiva tutti i thread in attesa del monitor dell'oggetto.

(Ereditato da Object)
SetHandle(IntPtr, JniHandleOwnership)

Imposta la proprietà Handle.

(Ereditato da Object)
SetPeerReference(JniObjectReference, JniObjectReferenceOptions)

Identificatore per rappresentare un BLOB.

(Ereditato da JavaObject)
ToArray<T>()

Crea una matrice gestita da questo wrapper di matrice Java.

(Ereditato da Object)
ToString()

Restituisce una rappresentazione di stringa dell'oggetto .

(Ereditato da Object)
UnregisterFromRuntime()

Annulla la registrazione di questo Java peer dal runtime di interoperabilità.

(Ereditato da Object)
Wait()

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo <>una notifica</em> o <em>interrotto</em>.

(Ereditato da Object)
Wait(Int64, Int32)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo<> una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale.

(Ereditato da Object)
Wait(Int64)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo<> una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale.

(Ereditato da Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

Identificatore per rappresentare un BLOB.

Implementazioni dell'interfaccia esplicita

Nome Descrizione
IJavaPeerable.Disposed()

Identificatore per rappresentare un BLOB.

(Ereditato da JavaObject)
IJavaPeerable.Finalized()

Identificatore per rappresentare un BLOB.

(Ereditato da JavaObject)
IJavaPeerable.JniObjectReferenceControlBlock

Identificatore per rappresentare un BLOB.

(Ereditato da JavaObject)
IJavaPeerable.SetJniIdentityHashCode(Int32)

Identificatore per rappresentare un BLOB.

(Ereditato da JavaObject)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

Identificatore per rappresentare un BLOB.

(Ereditato da JavaObject)
IJavaPeerable.SetPeerReference(JniObjectReference)

Identificatore per rappresentare un BLOB.

(Ereditato da JavaObject)
IJavaPeerable.UnregisterFromRuntime()

Identificatore per rappresentare un BLOB.

Metodi di estensione

Nome Descrizione
GetJniTypeName(IJavaPeerable)

Ottiene il nome JNI del tipo dell'istanza selfdi .

JavaAs<TResult>(IJavaPeerable)

Provare a digitare selfTResult, verificando che la coercizione sia valida sul lato Java.

JavaCast<TResult>(IJavaObject)

Esegue una conversione del tipo di tipo controllato dal runtime Android.

JavaCast<TResult>(IJavaObject)

Identificatore per rappresentare un BLOB.

TryJavaCast<TResult>(IJavaPeerable, TResult)

Provare a digitare selfTResult, verificando che la coercizione sia valida sul lato Java.

Si applica a