55 Associates.
AssignAssociates(
metadataImport,
tkEvent,
declaredType,
runtimeType,
out m_addMethod,
out m_removeMethod,
out m_raiseMethod,
out var _,
out var _,
out m_otherMethod,
out isPrivate,
out m_bindingFlags);
83 if (attributeType ==
null)
97 if (attributeType ==
null)
138 return list.ToArray();
static RuntimeMethodInfo AssignAssociates(int tkMethod, RuntimeType declaredType, RuntimeType reflectedType)
static bool IncludeAccessor(MethodInfo associate, bool nonPublic)
static object[] GetCustomAttributes(RuntimeType type, RuntimeType caType, bool inherit)
static bool IsDefined(RuntimeType type, RuntimeType caType, bool inherit)
static IList< CustomAttributeData > GetCustomAttributesInternal(RuntimeType target)
RuntimeType.RuntimeTypeCache m_reflectedTypeCache
MethodInfo[] m_otherMethod
override bool HasSameMetadataDefinitionAs(MemberInfo other)
override MethodInfo[] GetOtherMethods(bool nonPublic)
RuntimeType m_declaringType
override IList< CustomAttributeData > GetCustomAttributesData()
override Type DeclaringType
RuntimeMethodInfo m_addMethod
unsafe RuntimeEventInfo(int tkEvent, RuntimeType declaredType, RuntimeType.RuntimeTypeCache reflectedTypeCache, out bool isPrivate)
override MemberTypes MemberType
override MethodInfo GetRemoveMethod(bool nonPublic)
RuntimeModule GetRuntimeModule()
override string ToString()
override EventAttributes Attributes
RuntimeMethodInfo m_raiseMethod
BindingFlags m_bindingFlags
override object[] GetCustomAttributes(Type attributeType, bool inherit)
override MethodInfo GetRaiseMethod(bool nonPublic)
RuntimeMethodInfo m_removeMethod
override bool CacheEquals(object o)
override MethodInfo GetAddMethod(bool nonPublic)
override bool IsDefined(Type attributeType, bool inherit)
override Type ReflectedType
RuntimeType ReflectedTypeInternal
override object[] GetCustomAttributes(bool inherit)
unsafe override string Name
override ParameterInfo[] GetParametersNoCopy()
RuntimeModule GetRuntimeModule()
static string Arg_MustBeType
static string InvalidOperation_NoPublicAddMethod
unsafe override string ToString()
static RuntimeModule GetModule(RuntimeType type)