JaCIL Framework API

TypeMapper.ConvertTypeToArrayCreateType Method 

Converts a Cecil type reference to a JVM array create type.

public static int ConvertTypeToArrayCreateType(
   TypeReference type
);

Parameters

type
The type to convert from.

Return Value

The int value of the array type or -1 if none of the primitive types fit.

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace