◆ __GetMethods()
| override MethodInfo[] IKVM.Reflection.EventInfoWithReflectedType.__GetMethods |
( |
| ) |
|
◆ Equals()
| override bool IKVM.Reflection.EventInfoWithReflectedType.Equals |
( |
object | obj | ) |
|
Definition at line 122 of file EventInfoWithReflectedType.cs.
123 {
124 var other = obj as EventInfoWithReflectedType;
125 return other != null
126 && other.reflectedType == reflectedType
127 && other.eventInfo == eventInfo;
128 }
◆ GetAddMethod()
| override MethodInfo IKVM.Reflection.EventInfoWithReflectedType.GetAddMethod |
( |
bool | nonPublic | ) |
|
◆ GetHashCode()
| override int IKVM.Reflection.EventInfoWithReflectedType.GetHashCode |
( |
| ) |
|
◆ GetOtherMethods()
| override MethodInfo[] IKVM.Reflection.EventInfoWithReflectedType.GetOtherMethods |
( |
bool | nonPublic | ) |
|
◆ GetRaiseMethod()
| override MethodInfo IKVM.Reflection.EventInfoWithReflectedType.GetRaiseMethod |
( |
bool | nonPublic | ) |
|
◆ GetRemoveMethod()
| override MethodInfo IKVM.Reflection.EventInfoWithReflectedType.GetRemoveMethod |
( |
bool | nonPublic | ) |
|
◆ ToString()
| override string IKVM.Reflection.EventInfoWithReflectedType.ToString |
( |
| ) |
|
◆ __IsMissing
| override bool IKVM.Reflection.EventInfoWithReflectedType.__IsMissing |
|
get |
◆ Attributes
| override EventAttributes IKVM.Reflection.EventInfoWithReflectedType.Attributes |
|
get |
◆ DeclaringType
| override Type IKVM.Reflection.EventInfoWithReflectedType.DeclaringType |
|
get |
◆ EventHandlerType
| override Type IKVM.Reflection.EventInfoWithReflectedType.EventHandlerType |
|
get |
◆ MetadataToken
| override int IKVM.Reflection.EventInfoWithReflectedType.MetadataToken |
|
get |
◆ Module
| override Module IKVM.Reflection.EventInfoWithReflectedType.Module |
|
get |
◆ Name
| override string IKVM.Reflection.EventInfoWithReflectedType.Name |
|
get |
◆ ReflectedType
| override Type IKVM.Reflection.EventInfoWithReflectedType.ReflectedType |
|
get |
The documentation for this class was generated from the following file: