Proxy Proxy Constructors
Definition
Overloads
Proxy(IInvocationHandler) Proxy(IInvocationHandler) |
Constructs a new |
Proxy(IntPtr, JniHandleOwnership) Proxy(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Proxy(IInvocationHandler) Proxy(IInvocationHandler)
Constructs a new Proxy
instance with the specified invocation
handler.
[Android.Runtime.Register(".ctor", "(Ljava/lang/reflect/InvocationHandler;)V", "")]
protected Proxy (Java.Lang.Reflect.IInvocationHandler h);
new Java.Lang.Reflect.Proxy : Java.Lang.Reflect.IInvocationHandler -> Java.Lang.Reflect.Proxy
Parameters
Remarks
Portions of this page are modifications based on work created and shared by the
Proxy(IntPtr, JniHandleOwnership) Proxy(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected Proxy (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Lang.Reflect.Proxy : nativeint * Android.Runtime.JniHandleOwnership -> Java.Lang.Reflect.Proxy
Parameters
- transfer
- JniHandleOwnership JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
Portions of this page are modifications based on work created and shared by the