Binding.TranslateToILWithDupOfThisOb(ILGenerator) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.