StellarInterop.FindMethod method
Finds the first non-generic method named name with exactly paramCount parameters, walking the base chain. Use when an exact-signature GetMethod fails because an il2cpp proxy uses Il2CppSystem parameter types.
public static MethodInfo? FindMethod(Type? t, string name, int paramCount)| parameter | description |
|---|---|
| t | Declaring (or derived) type to search. |
| name | Method name. |
| paramCount | Exact parameter count to match. |
See Also
Section titled “See Also”- class StellarInterop
- namespace Stellar.Abstractions.Services