ILGenerator クラス
MSIL (Microsoft Intermediate Language) 命令を生成します。
この型のすべてのメンバの一覧については、ILGenerator メンバ を参照してください。
System.Object
System.Reflection.Emit.ILGenerator
Public Class ILGenerator
[C#]
public class ILGenerator
[C++]
public __gc class ILGenerator
[JScript]
public class ILGenerator
スレッドセーフ
Reflection Emit は、Boolean パラメータ isSynchronized を true に設定して呼び出した AppDomain.DefineDynamicAssembly メソッドで作成されたアセンブリを使用する場合は、スレッド セーフです。
解説
MSIL (Microsoft Intermediate Language) は、ジャスト イン タイム (JIT: Just-In-Time) コンパイラへの入力として使用されます。
必要条件
名前空間: System.Reflection.Emit
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: Mscorlib (Mscorlib.dll 内)