COMPropertyInfo Class
This API supports the product 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.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
System.Reflection.MemberInfo
System.Reflection.PropertyInfo
Microsoft.JScript.COMPropertyInfo
| Name | Description | |
|---|---|---|
![]() | COMPropertyInfo() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the COMPropertyInfo class. |
| Name | Description | |
|---|---|---|
![]() | Attributes | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the attributes that are associated with this property.(Overrides PropertyInfo.Attributes.) |
![]() | CanRead | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the property can be read.(Overrides PropertyInfo.CanRead.) |
![]() | CanWrite | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the property can be written to.(Overrides PropertyInfo.CanWrite.) |
![]() | CustomAttributes | Gets a collection that contains this member's custom attributes.(Inherited from MemberInfo.) |
![]() | DeclaringType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the type that declares this property.(Overrides MemberInfo.DeclaringType.) |
![]() | GetMethod | Gets the get accessor for this property.(Inherited from PropertyInfo.) |
![]() | IsSpecialName | Gets a value indicating whether the property is the special name.(Inherited from PropertyInfo.) |
![]() | MemberType | This API supports the product infrastructure and is not intended to be used directly from your code. 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.) |
![]() | MetadataToken | Gets a value that identifies a metadata element.(Inherited from MemberInfo.) |
![]() | Module | Gets the module in which the type that declares the member represented by the current MemberInfo is defined.(Inherited from MemberInfo.) |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the external COM property that this object represents.(Overrides MemberInfo.Name.) |
![]() | PropertyType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the type of this property.(Overrides PropertyInfo.PropertyType.) |
![]() | ReflectedType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the class object that was used to obtain this instance through reflection.(Overrides MemberInfo.ReflectedType.) |
![]() | SetMethod | Gets the set accessor for this property.(Inherited from PropertyInfo.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Returns a value that indicates whether this instance is equal to a specified object.(Inherited from PropertyInfo.) |
![]() | GetAccessors() | Returns an array whose elements reflect the public get and set accessors of the property reflected by the current instance. (Inherited from PropertyInfo.) |
![]() | GetAccessors(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an array whose elements contain the get and set accessors of the external COM property that this object represents.(Overrides PropertyInfo.GetAccessors(Boolean).) |
![]() | GetCOMMemberInfo() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a managed object that enables JScript to communicate with this external COM property. |
![]() | GetConstantValue() | Returns a literal value associated with the property by a compiler. (Inherited from PropertyInfo.) |
![]() | GetCustomAttributes(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an array that contains the custom attributes that are attached to this property.(Overrides MemberInfo.GetCustomAttributes(Boolean).) |
![]() | GetCustomAttributes(Type, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. 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).) |
![]() | GetCustomAttributesData() | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member.(Inherited from MemberInfo.) |
![]() | GetGetMethod() | Returns the public get accessor for this property.(Inherited from PropertyInfo.) |
![]() | GetGetMethod(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the get accessor for this property.(Overrides PropertyInfo.GetGetMethod(Boolean).) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from PropertyInfo.) |
![]() | GetIndexParameters() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an array of all the index parameters for the property.(Overrides PropertyInfo.GetIndexParameters().) |
![]() | GetOptionalCustomModifiers() | Returns an array of types representing the optional custom modifiers of the property.(Inherited from PropertyInfo.) |
![]() | GetRawConstantValue() | Returns a literal value associated with the property by a compiler. (Inherited from PropertyInfo.) |
![]() | GetRequiredCustomModifiers() | Returns an array of types representing the required custom modifiers of the property.(Inherited from PropertyInfo.) |
![]() | GetSetMethod() | Returns the public set accessor for this property.(Inherited from PropertyInfo.) |
![]() | GetSetMethod(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the set accessor for this property.(Overrides PropertyInfo.GetSetMethod(Boolean).) |
![]() | GetType() | |
![]() | GetValue(Object) | Returns the property value of a specified object.(Inherited from PropertyInfo.) |
![]() | GetValue(Object, BindingFlags, Binder, Object[], CultureInfo) | This API supports the product infrastructure and is not intended to be used directly from your code. 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).) |
![]() | GetValue(Object, Object[]) | Returns the property value of a specified object with optional index values for indexed properties.(Inherited from PropertyInfo.) |
![]() | Initialize(String, COMMemberInfo) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the information that enables JScript to communicate with this external COM property. |
![]() | IsDefined(Type, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the specified attribute type is attached to this property.(Overrides MemberInfo.IsDefined(Type, Boolean).) |
![]() | SetValue(Object, Object) | Sets the property value of a specified object.(Inherited from PropertyInfo.) |
![]() | SetValue(Object, Object, BindingFlags, Binder, Object[], CultureInfo) | This API supports the product infrastructure and is not intended to be used directly from your code. 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).) |
![]() | SetValue(Object, Object, Object[]) | Sets the property value of a specified object with optional index values for index properties.(Inherited from PropertyInfo.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | _MemberInfo.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | Maps a set of names to a corresponding set of dispatch identifiers.(Inherited from MemberInfo.) |
![]() ![]() | _MemberInfo.GetType() | Gets a Type object representing the MemberInfo class.(Inherited from MemberInfo.) |
![]() ![]() | _MemberInfo.GetTypeInfo(UInt32, UInt32, IntPtr) | Retrieves the type information for an object, which can then be used to get the type information for an interface.(Inherited from MemberInfo.) |
![]() ![]() | _MemberInfo.GetTypeInfoCount(UInt32) | Retrieves the number of type information interfaces that an object provides (either 0 or 1).(Inherited from MemberInfo.) |
![]() ![]() | _MemberInfo.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | Provides access to properties and methods exposed by an object.(Inherited from MemberInfo.) |
![]() ![]() | _PropertyInfo.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | Maps a set of names to a corresponding set of dispatch identifiers.(Inherited from PropertyInfo.) |
![]() ![]() | _PropertyInfo.GetType() | Gets a Type object representing the PropertyInfo type.(Inherited from PropertyInfo.) |
![]() ![]() | _PropertyInfo.GetTypeInfo(UInt32, UInt32, IntPtr) | Retrieves the type information for an object, which can then be used to get the type information for an interface.(Inherited from PropertyInfo.) |
![]() ![]() | _PropertyInfo.GetTypeInfoCount(UInt32) | Retrieves the number of type information interfaces that an object provides (either 0 or 1).(Inherited from PropertyInfo.) |
![]() ![]() | _PropertyInfo.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | Provides access to properties and methods exposed by an object.(Inherited from PropertyInfo.) |
| Name | Description | |
|---|---|---|
![]() | GetCustomAttribute(Type) | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttribute(Type, Boolean) | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified member, and optionally inspects the ancestors of that member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttribute<'T>() | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttribute<'T>(Boolean) | Overloaded. Retrieves a custom attribute of a specified type that is applied to a specified member, and optionally inspects the ancestors of that member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttributes() | Overloaded. Retrieves a collection of custom attributes that are applied to a specified member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttributes(Type) | Overloaded. Retrieves a collection of custom attributes of a specified type that are applied to a specified member.(Defined by CustomAttributeExtensions.) |
![]() | GetCustomAttributes<'T>(Boolean) | Overloaded. Retrieves a collection of custom attributes of a specified type that are applied to a specified member, and optionally inspects the ancestors of that member.(Defined by CustomAttributeExtensions.) |
![]() | IsDefined(Type) | Overloaded. Indicates whether custom attributes of a specified type are applied to a specified member.(Defined by CustomAttributeExtensions.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



