Binding.TranslateToILWithDupOfThisOb(ILGenerator) Method

Definition

When overridden in a derived class, generates Microsoft intermediate language (MSIL) code for the binding reference. If necessary, copies the current topmost value on the evaluation stack and then pushes the copy onto the evaluation stack.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 abstract void TranslateToILWithDupOfThisOb(System::Reflection::Emit::ILGenerator ^ il);
protected abstract void TranslateToILWithDupOfThisOb (System.Reflection.Emit.ILGenerator il);
abstract member TranslateToILWithDupOfThisOb : System.Reflection.Emit.ILGenerator -> unit
Protected MustOverride Sub TranslateToILWithDupOfThisOb (il As ILGenerator)

Parameters

il
ILGenerator

An object that generates Microsoft intermediate language (MSIL) instructions.

Applies to

See also