_Type::GetProperty Method

 

Provides COM objects with version-independent access to the Type::GetProperty method.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetProperty(String^)

Provides COM objects with version-independent access to the Type::GetProperty method.

System_CAPS_pubmethodGetProperty(String^, BindingFlags)

Provides COM objects with version-independent access to the Type::GetProperty method.

System_CAPS_pubmethodGetProperty(String^, BindingFlags, Binder^, Type^, array<Type^>^, array<ParameterModifier>^)

Provides COM objects with version-independent access to the Type::GetProperty method.

System_CAPS_pubmethodGetProperty(String^, Type^)

Provides COM objects with version-independent access to the Type::GetProperty method.

System_CAPS_pubmethodGetProperty(String^, Type^, array<Type^>^)

Provides COM objects with version-independent access to the Type::GetProperty method.

System_CAPS_pubmethodGetProperty(String^, Type^, array<Type^>^, array<ParameterModifier>^)

Provides COM objects with version-independent access to the Type::GetProperty method.

System_CAPS_pubmethodGetProperty(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.

Return to top
Show: