DynamicMethod.Attributes Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the attributes specified when the dynamic method was created.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection.MethodAttributesA bitwise combination of the MethodAttributes values representing the attributes for the method.
The following code example displays the method attributes of a dynamic method. This code example is part of a larger example provided for the DynamicMethod class.
Show: