Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetMethods() [2/2]

override MethodInfo[] System.RuntimeType.GetMethods ( BindingFlags bindingAttr)
inline

Implements System.Reflection.IReflect.

Definition at line 2242 of file RuntimeType.cs.

2243 {
2244 return GetMethodCandidates(null, -1, bindingAttr, CallingConventions.Any, null, allowPrefixLookup: false).ToArray();
2245 }
ListBuilder< MethodInfo > GetMethodCandidates(string name, int genericParameterCount, BindingFlags bindingAttr, CallingConventions callConv, Type[] types, bool allowPrefixLookup)

References System.RuntimeType.GetMethodCandidates().

Referenced by System.Reflection.Emit.TypeBuilder.GetMethods(), and System.Reflection.RuntimeModule.GetMethods().