System.Reflection.Emit.DynamicMethod.Attributes Property

Gets the attributes specified when the dynamic method was created.

Syntax

public override System.Reflection.MethodAttributes Attributes { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Currently, the method attributes for a dynamic method are always System.Reflection.MethodAttributes.Public and System.Reflection.MethodAttributes.Static.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0