JaCIL Framework API

IFieldContextFactory.CreateFieldContext Method 

Creates a IFieldContext for translation.

IFieldContext CreateFieldContext(
   ITypeContext typeContext,
   FieldDefinition field
);

Parameters

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

Return Value

The created context.

See Also

IFieldContextFactory Interface | JaCIL.Compiler.Context Namespace