ReflectionCallHelper.LoadInt(ILGenerator, Int32) 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.
public:
[System::Runtime::CompilerServices::Extension]
static void LoadInt(System::Reflection::Emit::ILGenerator ^ generator, int value);
public static void LoadInt (this System.Reflection.Emit.ILGenerator generator, int value);
static member LoadInt : System.Reflection.Emit.ILGenerator * int -> unit
<Extension()>
Public Sub LoadInt (generator As ILGenerator, value As Integer)
Parameters
- generator
- ILGenerator
- value
- Int32