HHelpersGetPropertyValueWithReflection Method |
Name | Description | |
---|---|---|
![]() ![]() | GetPropertyValueWithReflection(PropertyInfo, Object) |
Gets the value of a property using Reflection. This method may incur considerable performance penalties.
This method only operates on properties that are defined by types inside the Terraria, ReLogic, or XNA assemblies. If the type that owns the property is not defined in the Terraria, ReLogic, or XNA assemblies, an exception is thrown.
|
![]() ![]() | GetPropertyValueWithReflection(String, Object) |
Gets the value of a property using Reflection. This method may incur considerable performance penalties.
This method only operates on properties that are defined by types inside the Terraria, ReLogic, or XNA assemblies. If the type that owns the property is not defined in the Terraria, ReLogic, or XNA assemblies, an exception is thrown.
|
![]() ![]() | GetPropertyValueWithReflection(Type, String, Object) |
Gets the value of a property using Reflection. This method may incur considerable performance penalties.
This method only operates on properties that are defined by types inside the Terraria, ReLogic, or XNA assemblies. If the type that owns the property is not defined in the Terraria, ReLogic, or XNA assemblies, an exception is thrown.
|