This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Specifies the details of how a method is implemented. This class cannot be inherited.
Namespace:
System.Runtime.CompilerServices
Assembly:
mscorlib (in mscorlib.dll)
Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
<AttributeUsageAttribute(AttributeTargets.Constructor Or AttributeTargets.Method, Inherited := False)> _
Public NotInheritable Class MethodImplAttribute _
Inherits Attribute
Dim instance As MethodImplAttribute
[ComVisibleAttribute(true)]
[AttributeUsageAttribute(AttributeTargets.Constructor|AttributeTargets.Method, Inherited = false)]
public sealed class MethodImplAttribute : Attribute
System..::.Object
System..::.Attribute
System.Runtime.CompilerServices..::.MethodImplAttribute
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference