Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Binder Class Referenceabstract

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)
 
MethodBaseSelectMethod (BindingFlags bindingAttr, MethodBase[] match, Type[] types, ParameterModifier[]? modifiers)
 
PropertyInfoSelectProperty (BindingFlags bindingAttr, PropertyInfo[] match, Type? returnType, Type[]? indexes, ParameterModifier[]? modifiers)
 

Detailed Description

Definition at line 5 of file Binder.cs.


The documentation for this class was generated from the following file: