ILGenerator.EmitWriteLine Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Emits the Microsoft intermediate language (MSIL) to call Console.WriteLine with a string.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.String
The string to be printed.
In Windows Phone applications, there is no practical use for the EmitWriteLine method.
The string must have already been defined.
Show: