.NET Framework Class Library
Type..::.GetProperty Method

Gets a specific property of the current Type.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetProperty(String)Searches for the public property with the specified name.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetProperty(String, BindingFlags)Searches for the specified property, using the specified binding constraints.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetProperty(String, Type)Searches for the public property with the specified name and return type.
Public methodGetProperty(String, array<Type>[]()[])Searches for the specified public property whose parameters match the specified argument types.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetProperty(String, Type, array<Type>[]()[])Searches for the specified public property whose parameters match the specified argument types.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetProperty(String, Type, array<Type>[]()[], array<ParameterModifier>[]()[])Searches for the specified public property whose parameters match the specified argument types and modifiers.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetProperty(String, BindingFlags, Binder, Type, array<Type>[]()[], array<ParameterModifier>[]()[])Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints.
Top
See Also

Reference

Tags :


Page view tracker