NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ILGenerator Class

The ILGenerator class generates IL instructions.

Object
   ILGenerator

[Visual Basic]
Public Class ILGenerator
[C#]
public class ILGenerator
[C++]
public __gc class ILGenerator
[JScript]
public class ILGenerator

Remarks

Intermediate Language, IL, is input to a JIT compiler.

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

ILGenerator Members | System.Reflection.Emit Namespace