JaCIL Framework API

IMemberContext Interface

General context for translating a member of a type.

For a list of all members of this type, see IMemberContext Members.

JaCIL.Compiler.Context.IMemberContext
   JaCIL.Compiler.Context.IFieldContext
   JaCIL.Compiler.Context.IMethodContext

public interface IMemberContext : IContext

Types that implement IMemberContext

Type Description
BaseMemberContext Straightforward implementation of a member context which implementations may leverage.
FieldContext Translation context for a field within a type.
MethodContext Translation context for a field within a type.

Requirements

Namespace: JaCIL.Compiler.Context

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

IMemberContext Members | JaCIL.Compiler.Context Namespace