MethodCodeType 列挙体
アセンブリ: mscorlib (mscorlib.dll 内)

<SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Enumeration MethodCodeType

メンバ名 | 説明 | |
---|---|---|
![]() | IL | メソッド実装が MSIL (Microsoft Intermediate Language) で記述されていることを示します。 |
![]() | Native | ネイティブ コードでメソッドを実装することを指定します。 |
![]() | OPTIL | メソッド実装が OPTIL (Optimized Intermediate Language) で記述されていることを示します。 |
![]() | Runtime | メソッド実装が Runtime で提供されることを指定します。 |


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- MethodCodeType 列挙体のページへのリンク