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

Constructors

  NameDescription
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPropertyInfoInitializes a new instance of the PropertyInfo class.
Top
Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalizeAllows 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 FrameworkGetHashCodeServes 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 FrameworkGetTypeGets 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 FrameworkIsDefinedWhen 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 FrameworkMemberwiseCloneCreates 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 FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  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 FrameworkDeclaringTypeGets 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 propertyMetadataTokenGets a value that identifies a metadata element. (Inherited from MemberInfo.)
Public propertyModuleGets 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 FrameworkNameGets 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 FrameworkReflectedTypeGets the class object that was used to obtain this instance of MemberInfo. (Inherited from MemberInfo.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate method_MemberInfo..::.GetIDsOfNamesMaps 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..::.GetTypeGets 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..::.GetTypeInfoRetrieves 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..::.GetTypeInfoCountRetrieves 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..::.InvokeProvides 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
See Also

Reference

Tags :


Page view tracker