Mono Class Library: Overview

System.Reflection.MethodBase: Property Members

The properties of System.Reflection.MethodBase are listed below. For a list of all members, see the MethodBase Members list.

See Also: Inherited members from System.Reflection.MemberInfo

Public Properties

[read-only]
abstract
AttributesMethodAttributes. Gets the attributes of the method reflected by the current instance.
[read-only]
CallingConventionCallingConventions. Documentation for this section has not yet been entered.
[read-only]
ContainsGenericParametersbool. Gets a value that indicates whether a generic method contains unassigned generic type parameters.
[read-only]
IsAbstractbool. Documentation for this section has not yet been entered.
[read-only]
IsAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsConstructorbool. Documentation for this section has not yet been entered.
[read-only]
IsFamilybool. Documentation for this section has not yet been entered.
[read-only]
IsFamilyAndAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsFamilyOrAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsFinalbool. Documentation for this section has not yet been entered.
[read-only]
IsGenericMethodbool. Gets a value that indicates whether the current object is a generic method.
[read-only]
IsGenericMethodDefinitionbool. Gets a value that indicates whether the current stem.Reflection.MethodBase represents a definition of a generic method.
[read-only]
IsHideBySigbool. Documentation for this section has not yet been entered.
[read-only]
IsPrivatebool. Documentation for this section has not yet been entered.
[read-only]
IsPublicbool. Documentation for this section has not yet been entered.
[read-only]
IsSpecialNamebool. Documentation for this section has not yet been entered.
[read-only]
IsStaticbool. Documentation for this section has not yet been entered.
[read-only]
IsVirtualbool. Documentation for this section has not yet been entered.
[read-only]
abstract
MethodHandleRuntimeMethodHandle. Documentation for this section has not yet been entered.