This topic has not yet been rated - Rate this topic

COMPropertyInfo Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Enables JScript to communicate with an external COM property. This class is used by an external COM implementation to expose its objects to JScript because JScript needs a managed MemberInfo in order to bind to an external object.

System.Object
  System.Reflection.MemberInfo
    System.Reflection.PropertyInfo
      Microsoft.JScript.COMPropertyInfo

Namespace:  Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)
[GuidAttribute("6A02951C-B129-4d26-AB92-B9CA19BDCA26")]
[ComVisibleAttribute(true)]
public sealed class COMPropertyInfo : PropertyInfo, 
	MemberInfoInitializer

The COMPropertyInfo type exposes the following members.

  Name Description
Public method COMPropertyInfo Initializes a new instance of the COMPropertyInfo class.
Top
  Name Description
Public property Attributes Gets the attributes that are associated with this property. (Overrides PropertyInfo.Attributes.)
Public property CanRead Gets a value that indicates whether the property can be read. (Overrides PropertyInfo.CanRead.)
Public property CanWrite Gets a value that indicates whether the property can be written to. (Overrides PropertyInfo.CanWrite.)
Public property DeclaringType Gets the type that declares this property. (Overrides MemberInfo.DeclaringType.)
Public property IsSpecialName Gets a value indicating whether the property is the special name. (Inherited from PropertyInfo.)
Public property MemberType Gets the type of member that this property is. Identifies the type of class derived from MemberInfo that this class derives from. (Overrides PropertyInfo.MemberType.)
Public property MetadataToken Gets a value that identifies a metadata element. (Inherited from MemberInfo.)
Public property Module Gets the module in which the type that declares the member represented by the current MemberInfo is defined. (Inherited from MemberInfo.)
Public property Name Gets the name of the external COM property that this object represents. (Overrides MemberInfo.Name.)
Public property PropertyType Gets the type of this property. (Overrides PropertyInfo.PropertyType.)
Public property ReflectedType Gets the class object that was used to obtain this instance through reflection. (Overrides MemberInfo.ReflectedType.)
Top
  Name Description
Public method Equals Returns a value that indicates whether this instance is equal to a specified object. (Inherited from PropertyInfo.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAccessors() Returns an array whose elements reflect the public get, set, and other accessors of the property reflected by the current instance. (Inherited from PropertyInfo.)
Public method GetAccessors(Boolean) Gets an array whose elements contain the get and set accessors of the external COM property that this object represents. (Overrides PropertyInfo.GetAccessors(Boolean).)
Public method GetCOMMemberInfo Gets a managed object that enables JScript to communicate with this external COM property.
Public method GetConstantValue Returns a literal value associated with the property by a compiler. (Inherited from PropertyInfo.)
Public method GetCustomAttributes(Boolean) Returns an array that contains the custom attributes that are attached to this property. (Overrides MemberInfo.GetCustomAttributes(Boolean).)
Public method GetCustomAttributes(Type, Boolean) Returns an array that contains the custom attributes that are attached to this property, searching only for attributes of the specified type. (Overrides MemberInfo.GetCustomAttributes(Type, Boolean).)
Public method GetCustomAttributesData Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member. (Inherited from MemberInfo.)
Public method GetGetMethod() Returns the public get accessor for this property. (Inherited from PropertyInfo.)
Public method GetGetMethod(Boolean) Returns the get accessor for this property. (Overrides PropertyInfo.GetGetMethod(Boolean).)
Public method GetHashCode Returns the hash code for this instance. (Inherited from PropertyInfo.)
Public method GetIndexParameters Returns an array of all the index parameters for the property. (Overrides PropertyInfo.GetIndexParameters().)
Public method GetOptionalCustomModifiers Returns an array of types representing the optional custom modifiers of the property. (Inherited from PropertyInfo.)
Public method GetRawConstantValue Returns a literal value associated with the property by a compiler. (Inherited from PropertyInfo.)
Public method GetRequiredCustomModifiers Returns an array of types representing the required custom modifiers of the property. (Inherited from PropertyInfo.)
Public method GetSetMethod() Returns the public set accessor for this property. (Inherited from PropertyInfo.)
Public method GetSetMethod(Boolean) Returns the set accessor for this property. (Overrides PropertyInfo.GetSetMethod(Boolean).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetValue(Object, Object[]) Returns the value of the property with optional index values for indexed properties. (Inherited from PropertyInfo.)
Public method GetValue(Object, BindingFlags, Binder, Object[], CultureInfo) Gets the value of the external COM property by using the COMMemberInfo that was specified to the Initialize method. (Overrides PropertyInfo.GetValue(Object, BindingFlags, Binder, Object[], CultureInfo).)
Public method Initialize Initializes the information that enables JScript to communicate with this external COM property.
Public method IsDefined Determines whether the specified attribute type is attached to this property. (Overrides MemberInfo.IsDefined(Type, Boolean).)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetValue(Object, Object, Object[]) Sets the value of the property with optional index values for index properties. (Inherited from PropertyInfo.)
Public method SetValue(Object, Object, BindingFlags, Binder, Object[], CultureInfo) Sets the value of the external COM property by using the COMMemberInfo that was specified to the Initialize method. (Overrides PropertyInfo.SetValue(Object, Object, BindingFlags, Binder, Object[], CultureInfo).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
  Name Description
Explicit interface implemetation Private method _MemberInfo.GetIDsOfNames Maps a set of names to a corresponding set of dispatch identifiers. (Inherited from MemberInfo.)
Explicit interface implemetation Private method _MemberInfo.GetType Gets a Type object representing the MemberInfo class. (Inherited from MemberInfo.)
Explicit interface implemetation Private 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 implemetation Private method _MemberInfo.GetTypeInfoCount Retrieves the number of type information interfaces that an object provides (either 0 or 1). (Inherited from MemberInfo.)
Explicit interface implemetation Private method _MemberInfo.Invoke Provides access to properties and methods exposed by an object. (Inherited from MemberInfo.)
Explicit interface implemetation Private method _PropertyInfo.GetIDsOfNames Maps a set of names to a corresponding set of dispatch identifiers. (Inherited from PropertyInfo.)
Explicit interface implemetation Private method _PropertyInfo.GetType Gets a Type object representing the PropertyInfo type. (Inherited from PropertyInfo.)
Explicit interface implemetation Private method _PropertyInfo.GetTypeInfo Retrieves the type information for an object, which can then be used to get the type information for an interface. (Inherited from PropertyInfo.)
Explicit interface implemetation Private method _PropertyInfo.GetTypeInfoCount Retrieves the number of type information interfaces that an object provides (either 0 or 1). (Inherited from PropertyInfo.)
Explicit interface implemetation Private method _PropertyInfo.Invoke Provides access to properties and methods exposed by an object. (Inherited from PropertyInfo.)
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ