Lingua

GLException Costruttori

Definizione

Overload

Nome Descrizione
GLException(Int32)
GLException(Int32, String)
GLException(IntPtr, JniHandleOwnership)

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

GLException(Int32)

[Android.Runtime.Register(".ctor", "(I)V", "")]
public GLException(int error);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Android.Opengl.GLException : int -> Android.Opengl.GLException

Parametri

error
Int32
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

GLException(Int32, String)

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "")]
public GLException(int error, string? string);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "")>]
new Android.Opengl.GLException : int * string -> Android.Opengl.GLException

Parametri

error
Int32
string
String
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

GLException(IntPtr, JniHandleOwnership)

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

protected GLException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Opengl.GLException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Opengl.GLException

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