Skip to content
Version 2.11.0
↓ Get the launcher

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.