Returns the metrics for the given array type.
Returns the metrics for the given array type.
public static TypeMetrics GetTypeMetrics(StackArrayType);
Returns the metrics for the given type.
public static TypeMetrics GetTypeMetrics(TypeReference);
Returns the metrics for the given type.
public static TypeMetrics GetTypeMetrics(string);
Returns the metrics for the given type.
public static TypeMetrics GetTypeMetrics(Type);
TypeMapper Class | JaCIL.Compiler.Util Namespace