_Type::GetProperty Method
Provides COM objects with version-independent access to the Type::GetProperty method.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetProperty(String^) | Provides COM objects with version-independent access to the Type::GetProperty method. |
![]() | GetProperty(String^, BindingFlags) | Provides COM objects with version-independent access to the Type::GetProperty method. |
![]() | GetProperty(String^, BindingFlags, Binder^, Type^, array<Type^>^, array<ParameterModifier>^) | Provides COM objects with version-independent access to the Type::GetProperty method. |
![]() | GetProperty(String^, Type^) | Provides COM objects with version-independent access to the Type::GetProperty method. |
![]() | GetProperty(String^, Type^, array<Type^>^) | Provides COM objects with version-independent access to the Type::GetProperty method. |
![]() | GetProperty(String^, Type^, array<Type^>^, array<ParameterModifier>^) | Provides COM objects with version-independent access to the Type::GetProperty method. |
![]() | GetProperty(String^, array<Type^>^) | Provides COM objects with version-independent access to the Type::GetProperty method. |
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The Type::GetProperty method gets a specific property of the current Type.
