JaCIL Framework API

TypeMapper.MapBoxClass Method (String)

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

public static string MapBoxClass(
   string name
);

Parameters

name
The type name.

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