MethodBuilder.Attributes Property
.NET Framework 1.1
Retrieves the attributes for this method.
[Visual Basic] Overrides Public ReadOnly Property Attributes As MethodAttributes [C#] public override MethodAttributes Attributes {get;} [C++] public: __property MethodAttributes get_Attributes(); [JScript] public override function get Attributes() : MethodAttributes;
Property Value
Read-only. Retrieves the MethodAttributes for this method.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace