JaCIL Framework API

LocalValueTypeInitInstructionContext Constructor 

Creates the context.

public LocalValueTypeInitInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Ordinal ord
);

Parameters

methodContext
The enclosing method context.
instrStream
The instruction stream enclosing this context.
locals
The mapping of the locals.
ord
The ordinal of the synthetic context.

See Also

LocalValueTypeInitInstructionContext Class | JaCIL.Compiler.Standard.Context Namespace