JaCIL Framework API

TypeMapper.ConvertTypeToStackPointerType Method 

Converts a Cecil type reference to a stack pointer type representation

public static StackPointerType ConvertTypeToStackPointerType(
   TypeReference type
);

Parameters

type
The type to convert from.

Return Value

The stack pointer type representation.

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace