JaCIL Framework API

TypeMapper.MapBoxClass Method (TypeReference)

Returns the mapped Java wrapper class name for the given type.

public static string MapBoxClass(
   TypeReference type
);

Parameters

type
The type.

Return Value

The JVM internal class name for the box, or null if one does not exist.

Remarks

This is used for primitive boxing.

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace | TypeMapper.MapBoxClass Overload List