ILGenerator.EmitWriteLine Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Emits a call to WriteLine with different types of values.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
EmitWriteLine(FieldInfo) | Emits the Microsoft intermediate language (MSIL) necessary to call Console.WriteLine with the given field. |
|
EmitWriteLine(LocalBuilder) | Emits the Microsoft intermediate language (MSIL) necessary to call Console.WriteLine with the given local variable. |
|
EmitWriteLine(String) | Emits the Microsoft intermediate language (MSIL) to call Console.WriteLine with a string. |
Show: