AlteredCharSequence Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
AlteredCharSequence è un oggetto CharSequence che viene in gran parte eseguito con mirroring da un altro charSequence, ad eccezione del fatto che un intervallo specificato di caratteri viene eseguito invece da una matrice char diversa.
[Android.Runtime.Register("android/text/AlteredCharSequence", DoNotGenerateAcw=true)]
public class AlteredCharSequence : Java.Lang.Object, Android.Text.IGetChars, IDisposable, Java.Interop.IJavaPeerable, System.Collections.Generic.IEnumerable<char>
[<Android.Runtime.Register("android/text/AlteredCharSequence", DoNotGenerateAcw=true)>]
type AlteredCharSequence = class
inherit Object
interface IGetChars
interface ICharSequence
interface seq<char>
interface IEnumerable
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- Ereditarietà
- Attributi
- Implementazioni
Commenti
AlteredCharSequence è un oggetto CharSequence che viene in gran parte eseguito con mirroring da un altro charSequence, ad eccezione del fatto che un intervallo specificato di caratteri viene eseguito invece da una matrice char diversa.
Questo membro è deprecato. La funzionalità offerta da questa classe è facilmente implementata all'esterno del framework.
per android.text.AlteredCharSequence.
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.
Costruttori
| Nome | Descrizione |
|---|---|
| AlteredCharSequence(IntPtr, JniHandleOwnership) |
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime. |
Proprietà
| Nome | Descrizione |
|---|---|
| Class |
Restituisce la classe di runtime di questo |
| 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) |
| JniPeerMembers |
AlteredCharSequence è un oggetto CharSequence che viene in gran parte eseguito con mirroring da un altro charSequence, ad eccezione del fatto che un intervallo specificato di caratteri viene eseguito invece da una matrice char diversa. |
| PeerReference |
Ottiene il riferimento all'oggetto JNI per questo peer Java. (Ereditato da Object) |
| ThresholdClass |
Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice. |
| ThresholdType |
Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice. |
Metodi
| Nome | Descrizione |
|---|---|
| CharAt(Int32) |
Restituisce il carattere in corrispondenza |
| Clone() |
Crea e restituisce una copia di questo oggetto. (Ereditato da Object) |
| 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) |
| Equals(Object) |
Indica se un altro oggetto è "uguale a" questo. (Ereditato da Object) |
| GetChars(Int32, Int32, Char[], Int32) |
Esattamente come String.getChars(): copiare caratteri |
| GetEnumerator() |
AlteredCharSequence è un oggetto CharSequence che viene in gran parte eseguito con mirroring da un altro charSequence, ad eccezione del fatto che un intervallo specificato di caratteri viene eseguito invece da una matrice char diversa. |
| GetHashCode() |
Restituisce un valore di codice hash per l'oggetto . (Ereditato da Object) |
| JavaFinalize() |
Chiamato dal Garbage Collector su un oggetto quando Garbage Collection determina che non sono presenti altri riferimenti all'oggetto . (Ereditato da Object) |
| Length() |
Restituisce il numero di caratteri in questa sequenza. |
| Make(ICharSequence, Char[], Int32, Int32) |
Creare un oggetto AlteredCharSequence il cui testo (ed eventualmente si estende) viene sottoposto a mirroring da |
| Make(String, Char[], Int32, Int32) |
Creare un oggetto AlteredCharSequence il cui testo (ed eventualmente si estende) viene sottoposto a mirroring da |
| 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) |
| SubSequence(Int32, Int32) |
AlteredCharSequence è un oggetto CharSequence che viene in gran parte eseguito con mirroring da un altro charSequence, ad eccezione del fatto che un intervallo specificato di caratteri viene eseguito invece da una matrice char diversa. |
| SubSequenceFormatted(Int32, Int32) |
Restituisce un |
| 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) |
Implementazioni dell'interfaccia esplicita
| Nome | Descrizione |
|---|---|
| IEnumerable.GetEnumerator() |
AlteredCharSequence è un oggetto CharSequence che viene in gran parte eseguito con mirroring da un altro charSequence, ad eccezione del fatto che un intervallo specificato di caratteri viene eseguito invece da una matrice char diversa. |
| IJavaPeerable.Disposed() |
Notifica al runtime di interoperabilità che il peer gestito è stato eliminato. (Ereditato da Object) |
| IJavaPeerable.DisposeUnlessReferenced() |
Rilascia questo Java peer a meno che non venga conservato da un altro riferimento gestito. (Ereditato da Object) |
| IJavaPeerable.Finalized() |
Notifica al runtime di interoperabilità che il peer gestito è stato finalizzato. (Ereditato da Object) |
| IJavaPeerable.JniManagedPeerState |
Ottiene lo stato che descrive la relazione tra questo peer gestito e il relativo riferimento JNI. (Ereditato da Object) |
| IJavaPeerable.SetJniIdentityHashCode(Int32) |
Imposta il codice hash dell'identità di interoperabilità per questo Java peer. (Ereditato da Object) |
| IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) |
Imposta lo stato peer gestito e JNI per questo peer Java. (Ereditato da Object) |
| IJavaPeerable.SetPeerReference(JniObjectReference) |
Imposta il riferimento all'oggetto JNI usato da questo peer gestito. (Ereditato da Object) |
Metodi di estensione
| Nome | Descrizione |
|---|---|
| GetJniTypeName(IJavaPeerable) |
Ottiene il nome JNI del tipo dell'istanza |
| JavaAs<TResult>(IJavaPeerable) |
Provare a digitare |
| JavaCast<TResult>(IJavaObject) |
Esegue una conversione del tipo di tipo controllato dal runtime Android. |
| JavaCast<TResult>(IJavaObject) |
AlteredCharSequence è un oggetto CharSequence che viene in gran parte eseguito con mirroring da un altro charSequence, ad eccezione del fatto che un intervallo specificato di caratteri viene eseguito invece da una matrice char diversa. |
| SubSequence(ICharSequence, Int32, Int32) |
Restituisce la sottosequenza del carattere all'interno dell'intervallo specificato. |
| TryJavaCast<TResult>(IJavaPeerable, TResult) |
Provare a digitare |