The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MethodImplAttribute Constructor (MethodImplOptions)
.NET Framework (current version)
Initializes a new instance of the MethodImplAttribute class with the specified MethodImplOptions value.
Assembly: mscorlib (in mscorlib.dll)
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
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
Show: