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.
_MethodRental Interface
.NET Framework 2.0
Note: This interface is new in the .NET Framework version 2.0.
Exposes the System.Reflection.Emit.MethodRental class to unmanaged code.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <CLSCompliantAttribute(False)> _ <ComVisibleAttribute(True)> _ <GuidAttribute("C2323C25-F57F-3880-8A4D-12EBEA7A5852")> _ <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ Public Interface _MethodRental 'Usage Dim instance As _MethodRental
/** @attribute CLSCompliantAttribute(false) */
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("C2323C25-F57F-3880-8A4D-12EBEA7A5852") */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
public interface _MethodRental
CLSCompliantAttribute(false) ComVisibleAttribute(true) GuidAttribute("C2323C25-F57F-3880-8A4D-12EBEA7A5852") InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) public interface _MethodRental
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
Show: