6 [Guid(
"f7102fa9-cabb-3a74-a6da-b4567ef1b079")]
78 new bool Equals(
object other);
Obtains information about the attributes of a member and provides access to member metadata.
bool IsDefined(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.MemberInfo....
MemberTypes MemberType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
new string ToString()
Provides COM objects with version-independent access to the M:System.Object.ToString method.
new Type GetType()
Provides COM objects with version-independent access to the M:System.Type.GetType method.
string Name
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
Represents a globally unique identifier (GUID).To browse the .NET Framework source code for this type...
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.
Type ReflectedType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
A platform-specific type that is used to represent a pointer or a handle.
Represents type declarations: class types, interface types, array types, value types,...
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 int GetHashCode()
Provides COM objects with version-independent access to the M:System.Object.GetHashCode method.
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...
ComInterfaceType
Identifies how to expose an interface to COM.
new bool Equals(object other)
Provides COM objects with version-independent access to the M:System.Object.Equals(System....
void GetTypeInfoCount(out uint pcTInfo)
Retrieves the number of type information interfaces that an object provides (either 0 or 1).
MemberTypes
Marks each type of member that is defined as a derived class of T:System.Reflection....
Exposes the public members of the T:System.Reflection.MemberInfo class to unmanaged code.
object [] GetCustomAttributes(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.Assembly....
Type DeclaringType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....