JaCIL Framework API

TypeMapper.ConvertTypeToStackType Method 

Converts a Cecil type reference to a stack item representation

public static StackType ConvertTypeToStackType(
   TypeReference type
);

Parameters

type
The type to convert from.

Return Value

The stack item representation.

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace