JaCIL Framework API

TypeMapper.ConvertTypeToStackObject Method 

Converts a Cecil type reference to a stack object representation

public static StackObject ConvertTypeToStackObject(
   TypeReference type
);

Parameters

type
The type to convert from.

Return Value

The stack object representation.

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace