MethodImplAttribute Constructor (MethodImplOptions)

 

Initializes a new instance of the MethodImplAttribute class with the specified MethodImplOptions value.

Namespace:   System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

public:
MethodImplAttribute(
	MethodImplOptions methodImplOptions
)

Parameters

methodImplOptions
Type: System.Runtime.CompilerServices::MethodImplOptions

A MethodImplOptions value specifying properties of the attributed method.

This constructor sets the CorMethodImpl bit fields in the metadata table. The value of these flags can be retrieved at run time by calling the MethodInfo.GetMethodImplementationFlags or ConstructorInfo.GetMethodImplementationFlags method.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: