7 [Guid(
"E9A19478-9646-3679-9B10-8411AE1FD57D")]
204 new bool Equals(
object other);
253 object Invoke_3(
object obj,
object[] parameters);
266 object Invoke_5(
object[] parameters);
object Invoke_5(object[] parameters)
Provides COM objects with version-independent access to the M:System.Reflection.ConstructorInfo....
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
Specifies flags for the attributes of a method implementation.
bool IsAssembly
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
Discovers the attributes of a class constructor and provides access to constructor metadata.
bool IsFamily
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
object Invoke_4(BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
Provides COM objects with version-independent access to the M:System.Reflection.ConstructorInfo....
BindingFlags
Specifies flags that control binding and the way in which the search for members and types is conduct...
bool IsPrivate
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.ConstructorInfo....
bool IsPublic
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.
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....
bool IsStatic
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
string Name
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
CallingConventions
Defines the valid calling conventions for a method.
new bool Equals(object other)
Provides COM objects with version-independent access to the M:System.Object.Equals(System....
MethodImplAttributes GetMethodImplementationFlags()
Provides COM objects with version-independent access to the M:System.Reflection.MethodBase....
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.
Type ReflectedType
Provides COM objects with version-independent access to the P:System.Reflection.MemberInfo....
new Type GetType()
Provides COM objects with version-independent access to the M:System.Object.GetType method.
bool IsFamilyAndAssembly
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
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.
A platform-specific type that is used to represent a pointer or a handle.
bool IsConstructor
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
Represents type declarations: class types, interface types, array types, value types,...
object Invoke_2(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
Provides COM objects with version-independent access to the M:System.Reflection.MethodBase....
object Invoke_3(object obj, object[] parameters)
Provides COM objects with version-independent access to the M:System.Reflection.MethodBase....
Selects a member from a list of candidates, and performs type conversion from actual argument type to...
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....
ComInterfaceType
Identifies how to expose an interface to COM.
Exposes the public members of the T:System.Reflection.ConstructorInfo class to unmanaged code.
MethodAttributes Attributes
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
object [] GetCustomAttributes(Type attributeType, bool inherit)
Provides COM objects with version-independent access to the M:System.Reflection.Emit....
bool IsFinal
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 then be used to get the type information for ...
void GetTypeInfoCount(out uint pcTInfo)
Retrieves the number of type information interfaces that an object provides (either 0 or 1).
ParameterInfo [] GetParameters()
Provides COM objects with version-independent access to the M:System.Reflection.MethodBase....
Provides information about a specific culture (called a locale for unmanaged code development)....
bool IsAbstract
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....
MemberTypes
Marks each type of member that is defined as a derived class of T:System.Reflection....
bool IsSpecialName
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.
new int GetHashCode()
Provides COM objects with version-independent access to the M:System.Object.GetHashCode 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.
bool IsVirtual
Provides COM objects with version-independent access to the P:System.Reflection.MethodBase....