MethodHandles
Lookup
MethodHandles(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
ArrayConstructor(Class)
ArrayElementGetter(Class)
ArrayElementSetter(Class)
ArrayElementVarHandle(Class)
ArrayLength(Class)
ByteArrayViewVarHandle(Class, ByteOrder)
ByteBufferViewVarHandle(Class, ByteOrder)
CatchException(MethodHandle, Class, MethodHandle)
CollectArguments(MethodHandle, Int32, MethodHandle)
Constant(Class, Object)
CountedLoop(MethodHandle, MethodHandle, MethodHandle)
CountedLoop(MethodHandle, MethodHandle, MethodHandle, MethodHandle)
DoWhileLoop(MethodHandle, MethodHandle, MethodHandle)
DropArguments(MethodHandle, Int32, Class[])
DropArguments(MethodHandle, Int32, IList<Class>)
DropArgumentsToMatch(MethodHandle, Int32, IList<Class>, Int32)
DropReturn(MethodHandle)
Empty(MethodType)
ExactInvoker(MethodType)
ExplicitCastArguments(MethodHandle, MethodType)
FilterArguments(MethodHandle, Int32, MethodHandle[])
FilterReturnValue(MethodHandle, MethodHandle)
FoldArguments(MethodHandle, MethodHandle)
FoldArguments(MethodHandle, Int32, MethodHandle)
GuardWithTest(MethodHandle, MethodHandle, MethodHandle)
Identity(Class)
InsertArguments(MethodHandle, Int32, Object[])
InvokeLookup()
Invoker(MethodType)
IteratedLoop(MethodHandle, MethodHandle, MethodHandle)
Loop(MethodHandle[][])
PermuteArguments(MethodHandle, MethodType, Int32[])
PrivateLookupIn(Class, Lookup)
PublicLookup()
ReflectAs(Class, MethodHandle)
SpreadInvoker(MethodType, Int32)
TableSwitch(MethodHandle, MethodHandle[])
ThrowException(Class, Class)
TryFinally(MethodHandle, MethodHandle)
VarHandleExactInvoker(AccessMode, MethodType)
VarHandleInvoker(AccessMode, MethodType)
WhileLoop(MethodHandle, MethodHandle, MethodHandle)
Zero(Class)
monoandroid
namespace Java.Lang.Invoke
{
[Register("java/lang/invoke/MethodHandles", ApiSince = 26, DoNotGenerateAcw = true)]
public class MethodHandles : Object
{
[Register("collectArguments", "(Ljava/lang/invoke/MethodHandle;ILjava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", "", ApiSince = 26)]
public static MethodHandle? CollectArguments(MethodHandle? target, int pos, MethodHandle? filter);
}
}
| .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