Get value of a public static field via reflection December 30, 2022 by Tarik You need to pass null to GetValue, since this field doesn’t belong to any instance: fields[0].GetValue(null)