| Equals(object) : bool
Provides COM objects with version-independent access to the object.Equals(object) method.
|
| GetCustomAttributes(bool) : object[]
Provides COM objects with version-independent access to the System.Reflection.MemberInfo.GetCustomAttributes(bool) method.
|
| GetCustomAttributes(Type, bool) : object[]
Provides COM objects with version-independent access to the System.Reflection.MemberInfo.GetCustomAttributes(Type, bool) method.
|
| GetHashCode() : int
Provides COM objects with version-independent access to the object.GetHashCode method.
|
| GetIDsOfNames(ref Guid, IntPtr, uint, uint, IntPtr)Documentation for this section has not yet been entered. |
| GetMethodImplementationFlags() : System.Reflection.MethodImplAttributes
Provides COM objects with version-independent access to the System.Reflection.MethodBase.GetMethodImplementationFlags method.
|
| GetParameters() : System.Reflection.ParameterInfo[]
Provides COM objects with version-independent access to the System.Reflection.MethodBase.GetParameters method.
|
| GetType() : Type
Provides COM objects with version-independent access to the Type.GetType method.
|
| GetTypeInfo(uint, uint, IntPtr)
Retrieves the type information for an object, which can be used to get the type information for an interface.
|
| GetTypeInfoCount(out uint)Documentation for this section has not yet been entered. |
| Invoke(object, object[]) : object
Provides COM objects with version-independent access to the System.Reflection.MethodBase.Invoke(object, Object[]) method.
|
| Invoke(object, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo) : object
Provides COM objects with version-independent access to the System.Reflection.MethodBase.Invoke(object, System.Reflection.BindingFlags, System.Reflection.Binder, Object[], System.Globalization.CultureInfo) method.
|
| Invoke(uint, ref Guid, uint, short, IntPtr, IntPtr, IntPtr, IntPtr)Documentation for this section has not yet been entered. |
| IsDefined(Type, bool) : bool
Provides COM objects with version-independent access to the System.Reflection.MemberInfo.IsDefined(Type, bool) method.
|
| ToString() : string
Provides COM objects with version-independent access to the object.ToString method.
|