Click or drag to resize

HHelpersGetFieldValueWithReflection Method

Overload List
  NameDescription
Public methodStatic memberGetFieldValueWithReflection(FieldInfo, Object)
Retrieves the value of a field using Reflection. This method may incur considerable performance penalties. This method only operates on fields that are defined by types inside the Terraria, ReLogic, or XNA assemblies. If the type that owns the field is not defined in the Terraria, ReLogic, or XNA assemblies, an exception is thrown.
Public methodStatic memberGetFieldValueWithReflection(String, Object)
Retrieves the value of a field using Reflection. This method may incur considerable performance penalties. This method only operates on fields that are defined by types inside the Terraria, ReLogic, or XNA assemblies. If the type that owns the field is not defined in the Terraria, ReLogic, or XNA assemblies, an exception is thrown.
Public methodStatic memberGetFieldValueWithReflection(Type, String, Object)
Retrieves the value of a field using Reflection. This method may incur considerable performance penalties. This method only operates on fields that are defined by types inside the Terraria, ReLogic, or XNA assemblies. If the type that owns the field is not defined in the Terraria, ReLogic, or XNA assemblies, an exception is thrown.
Top
See Also