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

◆ GetConstructorCandidates()

ListBuilder< ConstructorInfo > System.RuntimeType.GetConstructorCandidates ( string name,
BindingFlags bindingAttr,
CallingConventions callConv,
Type[] types,
bool allowPrefixLookup )
inlineprivate

Definition at line 2161 of file RuntimeType.cs.

2162 {
2164 RuntimeConstructorInfo[] constructorList = Cache.GetConstructorList(listType, name);
2167 {
2169 {
2171 }
2172 }
2173 return result;
2174 }
void Add(TKey key, TValue value)
static bool FilterApplyPrefixLookup(MemberInfo memberInfo, string name, bool ignoreCase)
static bool FilterApplyConstructorInfo(RuntimeConstructorInfo constructor, BindingFlags bindingFlags, CallingConventions callConv, Type[] argumentTypes)
static void FilterHelper(BindingFlags bindingFlags, ref string name, bool allowPrefixLookup, out bool prefixLookup, out bool ignoreCase, out MemberListType listType)

References System.RuntimeType.FilterApplyConstructorInfo(), System.RuntimeType.FilterApplyPrefixLookup(), and System.RuntimeType.FilterHelper().

Referenced by System.RuntimeType.GetConstructorImpl(), System.RuntimeType.GetConstructors(), System.RuntimeType.GetMember(), and System.RuntimeType.GetMembers().