This topic has not yet been rated - Rate this topic

MethodBuilder.Attributes Property

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.