7 [Guid(
"FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F")]
218 new bool Equals(
object other);
270 object Invoke(
object obj,
object[] parameters);
Discovers the attributes of a parameter and provides access to parameter metadata.
MethodAttributes
Specifies flags for method attributes. These flags are defined in the corhdr.h file.
MethodImplAttributes GetMethodImplementationFlags()
Provides COM objects with version-independent access to the M:System.Reflection.MethodBase....
MethodImplAttributes
Specifies flags for the attributes of a method implementation.
Discovers the attributes of a method and provides access to method metadata.
bool IsPrivate
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
BindingFlags
Specifies flags that control binding and the way in which the search for members and types is conduct...
Exposes the public members of the T:System.Reflection.MethodInfo class to unmanaged code.
ICustomAttributeProvider ReturnTypeCustomAttributes
Provides COM objects with version-independent access to the P:System.Reflection.MethodInfo....
bool IsAssembly
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
void GetTypeInfoCount(out uint pcTInfo)
Retrieves the number of type information interfaces that an object provides (either 0 or 1).
new bool Equals(object other)
Provides COM objects with version-independent access to the M:System.Object.Equals(System....
bool IsStatic
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
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...
CallingConvention
Specifies the calling convention required to call methods implemented in unmanaged code.
bool IsPublic
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
bool IsHideBySig
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
bool IsAbstract
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
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.
bool IsFinal
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
new int GetHashCode()
Provides COM objects with version-independent access to the M:System.Object.GetHashCode method.
CallingConventions
Defines the valid calling conventions for a method.
Represents a globally unique identifier (GUID).To browse the .NET Framework source code for this type...
T:System.RuntimeMethodHandle is a handle to the internal metadata representation of a method.
bool IsDefined(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.MemberInfo....
bool IsFamilyOrAssembly
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
Type ReflectedType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
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.
bool IsFamilyAndAssembly
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
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,...
Type DeclaringType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
RuntimeMethodHandle MethodHandle
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
new string ToString()
Provides COM objects with version-independent access to the M:System.Object.ToString method.
object [] GetCustomAttributes(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.MemberInfo....
Selects a member from a list of candidates, and performs type conversion from actual argument type to...
ComInterfaceType
Identifies how to expose an interface to COM.
bool IsVirtual
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
ParameterInfo [] GetParameters()
Provides COM objects with version-independent access to the M:System.Reflection.MethodBase....
string Name
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
MethodAttributes Attributes
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
bool IsSpecialName
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
MemberTypes MemberType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
Provides information about a specific culture (called a locale for unmanaged code development)....
new Type GetType()
Provides COM objects with version-independent access to the M:System.Type.GetType method.
MemberTypes
Marks each type of member that is defined as a derived class of T:System.Reflection....
bool IsConstructor
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
MethodInfo GetBaseDefinition()
Provides COM objects with version-independent access to the M:System.Reflection.MethodInfo....
bool IsFamily
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
Provides custom attributes for reflection objects that support them.
Type ReturnType
Provides COM objects with version-independent access to the P:System.Reflection.MethodInfo....