7 [Guid(
"F59ED4E4-E68F-3218-BD77-061AA82824BF")]
117 new bool Equals(
object other);
149 object GetValue(
object obj,
object[] index);
164 void SetValue(
object obj,
object value,
object[] index);
Discovers the attributes of a parameter and provides access to parameter metadata.
object GetValue(object obj, object[] index)
Provides COM objects with version-independent access to the M:System.Reflection.PropertyInfo....
Type ReflectedType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
PropertyAttributes Attributes
Provides COM objects with version-independent access to the P:System.Reflection.PropertyInfo....
Discovers the attributes of a method and provides access to method metadata.
void GetTypeInfoCount(out uint pcTInfo)
Retrieves the number of type information interfaces that an object provides (either 0 or 1).
BindingFlags
Specifies flags that control binding and the way in which the search for members and types is conduct...
bool IsSpecialName
Provides COM objects with version-independent access to the P:System.Reflection.PropertyInfo....
MemberTypes MemberType
Provides COM objects with version-independent access to the P:System.Reflection.PropertyInfo....
new bool Equals(object other)
Provides COM objects with version-independent access to the M:System.Object.Equals(System....
bool CanRead
Provides COM objects with version-independent access to the P:System.Reflection.PropertyInfo....
void GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId)
Maps a set of names to a corresponding set of dispatch identifiers.
Represents a globally unique identifier (GUID).To browse the .NET Framework source code for this type...
object [] GetCustomAttributes(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.MemberInfo....
void GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo)
Retrieves the type information for an object, which can be used to get the type information for an in...
new string ToString()
Provides COM objects with version-independent access to the M:System.Object.ToString method.
void Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)
Provides access to properties and methods exposed by an object.
ParameterInfo [] GetIndexParameters()
Provides COM objects with version-independent access to the M:System.Reflection.PropertyInfo....
string Name
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
A platform-specific type that is used to represent a pointer or a handle.
Represents type declarations: class types, interface types, array types, value types,...
Exposes the public members of the T:System.Reflection.PropertyInfo class to unmanaged code.
MethodInfo GetSetMethod()
Provides COM objects with version-independent access to the M:System.Reflection.PropertyInfo....
Type PropertyType
Provides COM objects with version-independent access to the P:System.Reflection.PropertyInfo....
bool CanWrite
Provides COM objects with version-independent access to the P:System.Reflection.PropertyInfo....
Selects a member from a list of candidates, and performs type conversion from actual argument type to...
Discovers the attributes of a property and provides access to property metadata.
new Type GetType()
Provides COM objects with version-independent access to the M:System.Object.GetType method.
ComInterfaceType
Identifies how to expose an interface to COM.
MethodInfo GetGetMethod()
Provides COM objects with version-independent access to the M:System.Reflection.PropertyInfo....
MethodInfo [] GetAccessors()
Provides COM objects with version-independent access to the M:System.Reflection.PropertyInfo....
PropertyAttributes
Defines the attributes that can be associated with a property. These attribute values are defined in ...
bool IsDefined(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.MemberInfo....
new int GetHashCode()
Provides COM objects with version-independent access to the M:System.Object.GetHashCode method.
void SetValue(object obj, object value, object[] index)
Provides COM objects with version-independent access to the M:System.Reflection.PropertyInfo....
Provides information about a specific culture (called a locale for unmanaged code development)....
MemberTypes
Marks each type of member that is defined as a derived class of T:System.Reflection....
Type DeclaringType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....