MethodHandle
MethodHandle(IntPtr, JniHandleOwnership)
IsVarargsCollector
JniPeerMembers
ThresholdClass
ThresholdType
AsCollector(Class, Int32)
AsCollector(Int32, Class, Int32)
AsFixedArity()
AsSpreader(Class, Int32)
AsSpreader(Int32, Class, Int32)
AsType(MethodType)
AsVarargsCollector(Class)
BindTo(Object)
Invoke(Object[])
InvokeExact(Object[])
InvokeWithArguments(Object[])
InvokeWithArguments(IList<Object>)
Type()
WithVarargs(Boolean)
monoandroid
namespace Java.Lang.Invoke
{
[Register("java/lang/invoke/MethodHandle", ApiSince = 26, DoNotGenerateAcw = true)]
public abstract class MethodHandle : Object
{
[Register("invokeWithArguments", "(Ljava/util/List;)Ljava/lang/Object;", "GetInvokeWithArguments_Ljava_util_List_Handler", ApiSince = 26)]
public virtual Object? InvokeWithArguments(IList<object!>? arguments);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API