Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.IReflect Interface Reference

Public Member Functions

MethodInfoGetMethod (string name, BindingFlags bindingAttr, Binder? binder, Type[] types, ParameterModifier[]? modifiers)
 
MethodInfoGetMethod (string name, BindingFlags bindingAttr)
 
MethodInfo[] GetMethods (BindingFlags bindingAttr)
 
FieldInfoGetField (string name, BindingFlags bindingAttr)
 
FieldInfo[] GetFields (BindingFlags bindingAttr)
 
PropertyInfoGetProperty (string name, BindingFlags bindingAttr)
 
PropertyInfoGetProperty (string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[] types, ParameterModifier[]? modifiers)
 
PropertyInfo[] GetProperties (BindingFlags bindingAttr)
 
MemberInfo[] GetMember (string name, BindingFlags bindingAttr)
 
MemberInfo[] GetMembers (BindingFlags bindingAttr)
 
object? InvokeMember (string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args, ParameterModifier[]? modifiers, CultureInfo? culture, string[]? namedParameters)
 

Properties

Type UnderlyingSystemType [get]
 

Detailed Description

Definition at line 6 of file IReflect.cs.


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