JaCIL Framework API

IMethodContextFactory.CreateMethodContext Method 

Creates a IMethodContext for translation.

IMethodContext CreateMethodContext(
   ITypeContext typeContext,
   MethodDefinition method
);

Parameters

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

Return Value

The created context.

See Also

IMethodContextFactory Interface | JaCIL.Compiler.Context Namespace