JaCIL Framework API

TypeMapper.GetTypeMetrics Method (StackArrayType)

Returns the metrics for the given array type.

public static TypeMetrics GetTypeMetrics(
   StackArrayType arrType
);

Parameters

arrType
The array type to retrieve the metrics for.

Return Value

The metrics or null if non exist for the array type. (i.e. object arrays).

See Also

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