_PropertyInfo Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Equals | Provides COM objects with version-independent access to the Equals method. |
| GetAccessors | Overloaded. Provides COM objects with version-independent access to the GetAccessors methods. |
| GetCustomAttributes | Overloaded. Provides COM objects with version-independent access to the GetCustomAttributes methods. |
| GetGetMethod | Overloaded. Provides COM objects with version-independent access to the GetGetMethod methods. |
| GetHashCode | Provides COM objects with version-independent access to the GetHashCode method. |
| GetIDsOfNames | Maps a set of names to a corresponding set of dispatch identifiers. |
| GetIndexParameters | Provides COM objects with version-independent access to the GetIndexParameters method. |
| GetSetMethod | Overloaded. Provides COM objects with version-independent access to the GetSetMethod methods. |
| GetType | Provides COM objects with version-independent access to the 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). |
| GetValue | Overloaded. Provides COM objects with version-independent access to the GetValue methods. |
| Invoke | Provides access to properties and methods exposed by an object. |
| IsDefined | Provides COM objects with version-independent access to the IsDefined method. |
| SetValue | Overloaded. Provides COM objects with version-independent access to the SetValue method. |
| ToString | Provides COM objects with version-independent access to the ToString method. |