7 [Guid(
"6240837A-707F-3181-8E98-A36AE086766B")]
204 new bool Equals(
object other);
256 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.
bool IsHideBySig
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
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.
BindingFlags
Specifies flags that control binding and the way in which the search for members and types is conduct...
bool IsAbstract
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
bool IsFamily
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
CallingConvention
Specifies the calling convention required to call methods implemented in unmanaged code.
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.
void GetTypeInfoCount(out uint pcTInfo)
Retrieves the number of type information interfaces that an object provides (either 0 or 1).
new string ToString()
Provides COM objects with version-independent access to the M:System.Object.ToString method.
CallingConventions
Defines the valid calling conventions for a method.
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...
T:System.RuntimeMethodHandle is a handle to the internal metadata representation of a method.
bool IsPublic
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
Type DeclaringType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
string Name
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
bool IsVirtual
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.
bool IsAssembly
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....
Type ReflectedType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
Represents type declarations: class types, interface types, array types, value types,...
Provides information about methods and constructors.
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...
bool IsStatic
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
bool IsPrivate
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
Selects a member from a list of candidates, and performs type conversion from actual argument type to...
object [] GetCustomAttributes(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.MemberInfo....
bool IsFamilyAndAssembly
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
new Type GetType()
Provides COM objects with version-independent access to the M:System.Type.GetType method.
ComInterfaceType
Identifies how to expose an interface to COM.
new bool Equals(object other)
Provides COM objects with version-independent access to the M:System.Object.Equals(System....
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.
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)....
MemberTypes
Marks each type of member that is defined as a derived class of T:System.Reflection....
Exposes the public members of the T:System.Reflection.MethodBase class to unmanaged code.
MethodAttributes Attributes
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
bool IsFamilyOrAssembly
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
bool IsFinal
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
RuntimeMethodHandle MethodHandle
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
bool IsConstructor
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....