6 [Guid(
"9DE59C64-D889-35A1-B897-587D74469E5B")]
108 new bool Equals(
object other);
object [] GetCustomAttributes(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.MemberInfo....
void GetTypeInfoCount(out uint pcTInfo)
Retrieves the number of type information interfaces that an object provides (either 0 or 1).
bool IsSpecialName
Provides COM objects with version-independent access to the P:System.Reflection.EventInfo....
void AddEventHandler(object target, Delegate handler)
Provides COM objects with version-independent access to the M:System.Reflection.EventInfo....
Type EventHandlerType
Provides COM objects with version-independent access to the P:System.Reflection.EventInfo....
Discovers the attributes of a method and provides access to method metadata.
Type DeclaringType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
void Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)
Provides access to properties and methods exposed by an object.
new bool Equals(object other)
Provides COM objects with version-independent access to the M:System.Object.Equals(System....
void RemoveEventHandler(object target, Delegate handler)
Provides COM objects with version-independent access to the M:System.Reflection.EventInfo....
string Name
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
MethodInfo GetAddMethod()
Provides COM objects with version-independent access to the M:System.Reflection.EventInfo....
Represents a globally unique identifier (GUID).To browse the .NET Framework source code for this type...
MemberTypes MemberType
Provides COM objects with version-independent access to the P:System.Reflection.EventInfo....
A platform-specific type that is used to represent a pointer or a handle.
Discovers the attributes of an event and provides access to event metadata.
Represents a delegate, which is a data structure that refers to a static method or to a class instanc...
Represents type declarations: class types, interface types, array types, value types,...
Exposes the public members of the T:System.Reflection.EventInfo class to unmanaged code.
EventAttributes
Specifies the attributes of an event.
void GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo)
Retrieves the type information for an object, which can be used to get the type information for an in...
new int GetHashCode()
Provides COM objects with version-independent access to the M:System.Object.GetHashCode method.
Type ReflectedType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
ComInterfaceType
Identifies how to expose an interface to COM.
bool IsMulticast
Provides COM objects with version-independent access to the P:System.Reflection.EventInfo....
bool IsDefined(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.MemberInfo....
EventAttributes Attributes
Provides COM objects with version-independent access to the P:System.Reflection.EventInfo....
MethodInfo GetRemoveMethod()
Provides COM objects with version-independent access to the M:System.Reflection.EventInfo....
void GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId)
Maps a set of names to a corresponding set of dispatch identifiers.
new Type GetType()
Provides COM objects with version-independent access to the M:System.Object.GetType method.
MemberTypes
Marks each type of member that is defined as a derived class of T:System.Reflection....
MethodInfo GetRaiseMethod()
Provides COM objects with version-independent access to the M:System.Reflection.EventInfo....
new string ToString()
Provides COM objects with version-independent access to the M:System.Object.ToString method.