JaCIL Framework API

ITypeContextFactory.CreateTypeContext Method 

Creates a IContext for translation.

ITypeContext CreateTypeContext(
   IModuleContext modContext,
   TypeDefinition type
);

Parameters

modContext
The module context of this type.
type
The Cecil type definition of the type.

Return Value

The created context.

See Also

ITypeContextFactory Interface | JaCIL.Compiler.Context Namespace