JaCIL Framework API

TypeMapper.GetTypeMetrics Method

Returns the metrics for the given array type.

Overload List

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);

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace