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.EmitWriteLine (String)

Emits the IL to call WriteLine with a string.

[Visual Basic]
Overloads Overridable Public Sub EmitWriteLine( _
   ByVal value As String _
)
[C#]
public virtual void EmitWriteLine(
   string value
);
[C++]
public: virtual void EmitWriteLine(
   String* value
);
[JScript]
public function EmitWriteLine(
   value : String
);

Parameters

value
The String to be printed.

Remarks

The String must have already been defined.

See Also

ILGenerator Class | ILGenerator Members | System.Reflection.Emit Namespace | ILGenerator.EmitWriteLine Overload List