Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
PropertyInfo Class
 PropertyInfo Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
PropertyInfo Members

Discovers the attributes of a property and provides access to property metadata.

The PropertyInfo type exposes the following members.

  NameDescription
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPropertyInfoInitializes a new instance of the PropertyInfo class.
Top
  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetAccessorsOverloaded. Returns an array of the get and set accessors on this property.
Public methodGetConstantValueReturns a literal value associated with the property by a compiler.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetCustomAttributesOverloaded. When overridden in a derived class, returns all attributes applied to this member.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetGetMethodOverloaded. Returns a MethodInfo that represents the get accessor for this property.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetIndexParametersGets an array of all the index parameters for the property.
Public methodGetOptionalCustomModifiersReturns an array of types representing the optional custom modifiers of the property.
Public methodGetRawConstantValueReturns a literal value associated with the property by a compiler.
Public methodGetRequiredCustomModifiersReturns an array of types representing the required custom modifiers of the property.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetSetMethodOverloaded. Returns a MethodInfo that represents the set accessor for this property.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetValueOverloaded. Returns the value of the property.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsDefined When overridden in a derived class, indicates whether one or more instance of attributeType is applied to this member. (Inherited from MemberInfo.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSetValueOverloaded. Sets the property value for the given object to the given value.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAttributesGets the attributes for this property.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCanReadGets a value indicating whether the property can be read.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCanWriteGets a value indicating whether the property can be written to.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkDeclaringType Gets the class that declares this member. (Inherited from MemberInfo.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsSpecialNameGets a value indicating whether the property is the special name.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberTypeGets a MemberTypes value indicating that this member is a property. (Overrides MemberInfo..::.MemberType.)
Public propertyMetadataToken Gets a value that identifies a metadata element. (Inherited from MemberInfo.)
Public propertyModule Gets the module in which the type that declares the member represented by the current MemberInfo is defined. (Inherited from MemberInfo.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkName Gets the name of the current member. (Inherited from MemberInfo.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkPropertyTypeGets the type of this property.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkReflectedType Gets the class object that was used to obtain this instance of MemberInfo. (Inherited from MemberInfo.)
Top
  NameDescription
Explicit interface implemetationPrivate method_MemberInfo..::.GetIDsOfNames Maps a set of names to a corresponding set of dispatch identifiers. (Inherited from MemberInfo.)
Explicit interface implemetationPrivate method_PropertyInfo..::.GetIDsOfNamesMaps a set of names to a corresponding set of dispatch identifiers.
Explicit interface implemetationPrivate method_MemberInfo..::.GetType Gets a Type object representing the MemberInfo class. (Inherited from MemberInfo.)
Explicit interface implemetationPrivate method_PropertyInfo..::.GetTypeGets a Type object representing the PropertyInfo type.
Explicit interface implemetationPrivate method_MemberInfo..::.GetTypeInfo Retrieves the type information for an object, which can then be used to get the type information for an interface. (Inherited from MemberInfo.)
Explicit interface implemetationPrivate method_PropertyInfo..::.GetTypeInfoRetrieves the type information for an object, which can then be used to get the type information for an interface.
Explicit interface implemetationPrivate method_MemberInfo..::.GetTypeInfoCount Retrieves the number of type information interfaces that an object provides (either 0 or 1). (Inherited from MemberInfo.)
Explicit interface implemetationPrivate method_PropertyInfo..::.GetTypeInfoCountRetrieves the number of type information interfaces that an object provides (either 0 or 1).
Explicit interface implemetationPrivate method_MemberInfo..::.Invoke Provides access to properties and methods exposed by an object. (Inherited from MemberInfo.)
Explicit interface implemetationPrivate method_PropertyInfo..::.InvokeProvides access to properties and methods exposed by an object.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker