HHelpersSetFieldValueWithReflection Method |
Name | Description | |
---|---|---|
![]() ![]() | SetFieldValueWithReflection(FieldInfo, Object, Object) |
Writes 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.
|
![]() ![]() | SetFieldValueWithReflection(String, Object, Object) |
Writes 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.
|
![]() ![]() | SetFieldValueWithReflection(Type, String, Object, Object) |
Writes 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.
|