JaCIL Framework API

MethodContextFactory.CreateMethodContext Method 

Creates a IMethodContext for translation.

public IMethodContext CreateMethodContext(
   ITypeContext typeContext,
   MethodDefinition field
);

Parameters

typeContext
The assembly context of this module.
field
The Cecil method definition of the context.

Return Value

The created context.

Implements

IMethodContextFactory.CreateMethodContext

See Also

MethodContextFactory Class | JaCIL.Compiler.Standard.Context Namespace