JaCIL Framework API

FieldContextFactory.CreateFieldContext Method 

Creates a IFieldContext for translation.

public 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.

Implements

IFieldContextFactory.CreateFieldContext

See Also

FieldContextFactory Class | JaCIL.Compiler.Standard.Context Namespace