Condividi tramite


BaseWrapper(IntPtr, Boolean) Costruttore

Definizione

Il costruttore wrapper di base accetta sia un handle che un oggetto Objective-C non gestito e un booleano che indica la proprietà dell'oggetto.

public BaseWrapper (IntPtr handle, bool owns);
new ObjCRuntime.BaseWrapper : nativeint * bool -> ObjCRuntime.BaseWrapper

Parametri

handle
IntPtr

nativeint

Handle all'oggetto Objective-C non gestito.

owns
Boolean

Se true, l'oggetto è già di proprietà del codice gestito, se false, l'oggetto non è di proprietà, quindi il metodo Objective-C viene richiamato nell'oggetto handle .

Commenti

Si applica a