System.Runtime.InteropServices._MethodBase Members

The members of System.Runtime.InteropServices._MethodBase are listed below.

Public Properties

[read-only]
AttributesSystem.Reflection.MethodAttributes.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.Attributes property.

[read-only]
CallingConventionSystem.Reflection.CallingConventions.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.CallingConvention property.

[read-only]
DeclaringTypeType.

Provides COM objects with version-independent access to the System.Reflection.MemberInfo.DeclaringType property.

[read-only]
IsAbstractbool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsAbstract property.

[read-only]
IsAssemblybool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsAssembly property.

[read-only]
IsConstructorbool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsConstructor property.

[read-only]
IsFamilybool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsFamily property.

[read-only]
IsFamilyAndAssemblybool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsFamilyAndAssembly property.

[read-only]
IsFamilyOrAssemblybool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsFamilyOrAssembly property.

[read-only]
IsFinalbool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsFinal property.

[read-only]
IsHideBySigbool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsHideBySig property.

[read-only]
IsPrivatebool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsPrivate property.

[read-only]
IsPublicbool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsPublic property.

[read-only]
IsSpecialNamebool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsSpecialName property.

[read-only]
IsStaticbool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsStatic property.

[read-only]
IsVirtualbool.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.IsVirtual property.

[read-only]
MemberTypeSystem.Reflection.MemberTypes.

Provides COM objects with version-independent access to the System.Reflection.MemberInfo.MemberType property.

[read-only]
MethodHandleRuntimeMethodHandle.

Provides COM objects with version-independent access to the System.Reflection.MethodBase.MethodHandle property.

[read-only]
Namestring.

Provides COM objects with version-independent access to the System.Reflection.MemberInfo.Name property.

[read-only]
ReflectedTypeType.

Provides COM objects with version-independent access to the System.Reflection.MemberInfo.ReflectedType property.

Public Methods

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.