JaCIL Framework API

TypeContextFactory.CreateTypeContext Method 

See CreateTypeContext for more details.

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

Implements

ITypeContextFactory.CreateTypeContext

See Also

TypeContextFactory Class | JaCIL.Compiler.Standard.Context Namespace