Table of Contents

Method EmitStringMethod

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

EmitStringMethod(ILGenerator, MethodInfo, string)

Emits method call with value parameter.

public static void EmitStringMethod(ILGenerator il, MethodInfo method, string value)

Parameters

il ILGenerator

Code generator.

method MethodInfo

Method information.

value string

Text string.