JaCIL Framework API

NewDupArgumentInstructionContext Constructor 

Creates the context.

public NewDupArgumentInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Ordinal ord,
   TypeReference type,
   MethodReference ctor
);

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.
type
The type to create with NEW.
ctor
The method reference of the constructor.

See Also

NewDupArgumentInstructionContext Class | JaCIL.Compiler.Standard.Context Namespace