Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
FieldInfo | BindToField (BindingFlags bindingAttr, FieldInfo[] match, object value, CultureInfo? culture) |
MethodBase | BindToMethod (BindingFlags bindingAttr, MethodBase[] match, ref object?[] args, ParameterModifier[]? modifiers, CultureInfo? culture, string[]? names, out object? state) |
object | ChangeType (object value, Type type, CultureInfo? culture) |
void | ReorderArgumentArray (ref object?[] args, object state) |
MethodBase? | SelectMethod (BindingFlags bindingAttr, MethodBase[] match, Type[] types, ParameterModifier[]? modifiers) |
PropertyInfo? | SelectProperty (BindingFlags bindingAttr, PropertyInfo[] match, Type? returnType, Type[]? indexes, ParameterModifier[]? modifiers) |