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)
net9.0-android34.0
namespace Java.Lang.Invoke
{
[Register("java/lang/invoke/MethodHandles", ApiSince = 26, DoNotGenerateAcw = true)]
[SupportedOSPlatform("android26.0")]
public class MethodHandles : Object
{
[JavaTypeParameters(new[] { "T extends java.lang.reflect.Member" })]
[Register("reflectAs", "(Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;)Ljava/lang/reflect/Member;", "", ApiSince = 26)]
[SupportedOSPlatform("android26.0")]
public static Object? ReflectAs(Class? expected, MethodHandle? target);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API