MethodBase.GetMethodImplementationFlags Method ()

 

When overridden in a derived class, returns the MethodImplAttributes flags.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

abstract GetMethodImplementationFlags : unit -> MethodImplAttributes

Return Value

Type: System.Reflection.MethodImplAttributes

The MethodImplAttributes flags.

The following example defines a constructor in a dynamic assembly and then uses the GetMethodImplementationFlags method to display the method implementation flags that are set by default.

No code example is currently available or this language may not be supported.

ReflectionPermission

when invoked late-bound through mechanisms such as Type.InvokeMember. Associated enumeration: ReflectionPermissionFlag.MemberAccess.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: