Skip to content
Version 2.11.0
↓ Get the launcher

StellarInterop.FindFieldUp method

Finds a field named name by walking the base chain. Rarely needed on il2cpp (fields are properties there) but present for the occasional managed backing field. Returns null if absent.

public static FieldInfo? FindFieldUp(Type? t, string name)
parameter description
t Starting type.
name Field name.