Linguaggio

HandlerBase Costruttori

Definizione

Overload

Nome Descrizione
HandlerBase()
Obsoleti.
HandlerBase(IntPtr, JniHandleOwnership)

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

HandlerBase()

Attenzione

deprecated

[Android.Runtime.Register(".ctor", "()V", "")]
[System.Obsolete("deprecated")]
public HandlerBase();
Attributi

Commenti

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.

Si applica a

HandlerBase(IntPtr, JniHandleOwnership)

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

protected HandlerBase(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Xml.Sax.HandlerBase : nativeint * Android.Runtime.JniHandleOwnership -> Org.Xml.Sax.HandlerBase

Parametri

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

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.

Si applica a