﻿

   TypeName: Microsoft.JScript.COMPropertyInfo

Name                       MemberType Definition                                                                       
----                       ---------- ----------                                                                       
Equals                     Method     bool Equals(System.Object obj), bool _MemberInfo.Equals(System.Object other), ...
GetAccessors               Method     System.Reflection.MethodInfo[] GetAccessors(bool nonPublic), System.Reflection...
GetCOMMemberInfo           Method     Microsoft.JScript.COMMemberInfo GetCOMMemberInfo(), Microsoft.JScript.COMMembe...
GetConstantValue           Method     System.Object GetConstantValue()                                                 
GetCustomAttributes        Method     System.Object[] GetCustomAttributes(type t, bool inherit), System.Object[] Get...
GetCustomAttributesData    Method     System.Collections.Generic.IList[System.Reflection.CustomAttributeData] GetCus...
GetGetMethod               Method     System.Reflection.MethodInfo GetGetMethod(bool nonPublic), System.Reflection.M...
GetHashCode                Method     int GetHashCode(), int _MemberInfo.GetHashCode(), int _PropertyInfo.GetHashCode()
GetIDsOfNames              Method     void _MemberInfo.GetIDsOfNames([ref] guid riid, System.IntPtr rgszNames, uint3...
GetIndexParameters         Method     System.Reflection.ParameterInfo[] GetIndexParameters(), System.Reflection.Para...
GetOptionalCustomModifiers Method     type[] GetOptionalCustomModifiers()                                              
GetRawConstantValue        Method     System.Object GetRawConstantValue()                                              
GetRequiredCustomModifiers Method     type[] GetRequiredCustomModifiers()                                              
GetSetMethod               Method     System.Reflection.MethodInfo GetSetMethod(bool nonPublic), System.Reflection.M...
GetType                    Method     type GetType(), type _MemberInfo.GetType(), type _PropertyInfo.GetType()         
GetTypeInfo                Method     void _MemberInfo.GetTypeInfo(uint32 iTInfo, uint32 lcid, System.IntPtr ppTInfo...
GetTypeInfoCount           Method     void _MemberInfo.GetTypeInfoCount([ref] uint32 pcTInfo), void _PropertyInfo.Ge...
GetValue                   Method     System.Object GetValue(System.Object obj, System.Reflection.BindingFlags invok...
Initialize                 Method     void Initialize(string name, Microsoft.JScript.COMMemberInfo dispatch), void M...
Invoke                     Method     void _MemberInfo.Invoke(uint32 dispIdMember, [ref] guid riid, uint32 lcid, int...
IsDefined                  Method     bool IsDefined(type t, bool inherit), bool ICustomAttributeProvider.IsDefined(...
SetValue                   Method     void SetValue(System.Object obj, System.Object value, System.Reflection.Bindin...
ToString                   Method     string ToString(), string _MemberInfo.ToString(), string _PropertyInfo.ToString()
Attributes                 Property   System.Reflection.PropertyAttributes Attributes {get;}                           
CanRead                    Property   bool CanRead {get;}                                                              
CanWrite                   Property   bool CanWrite {get;}                                                             
CustomAttributes           Property   System.Collections.Generic.IEnumerable[System.Reflection.CustomAttributeData] ...
DeclaringType              Property   type DeclaringType {get;}                                                        
GetMethod                  Property   System.Reflection.MethodInfo GetMethod {get;}                                    
IsSpecialName              Property   bool IsSpecialName {get;}                                                        
MemberType                 Property   System.Reflection.MemberTypes MemberType {get;}                                  
MetadataToken              Property   int MetadataToken {get;}                                                         
Module                     Property   System.Reflection.Module Module {get;}                                           
Name                       Property   string Name {get;}                                                               
PropertyType               Property   type PropertyType {get;}                                                         
ReflectedType              Property   type ReflectedType {get;}                                                        
SetMethod                  Property   System.Reflection.MethodInfo SetMethod {get;}                                    


