_MemberInfo Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Equals | Provides COM objects with version-independent access to the Object.Equals method. |
| GetCustomAttributes | Overloaded. Provides COM objects with version-independent access to the System.Reflection.MemberInfo.GetCustomAttributes method. |
| GetHashCode | Provides COM objects with version-independent access to the Object.GetHashCode method. |
| GetIDsOfNames | Maps a set of names to a corresponding set of dispatch identifiers. |
| GetType | Provides COM objects with version-independent access to the Type.GetType method. |
| GetTypeInfo | Retrieves the type information for an object, which can be used to get the type information for an interface. |
| GetTypeInfoCount | Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
| Invoke | Provides access to properties and methods exposed by an object. |
| IsDefined | Provides COM objects with version-independent access to the MemberInfo.IsDefined method. |
| ToString | Provides COM objects with version-independent access to the Object.ToString method. |