JaCIL Framework API

TypeMapper.GetTypeMetrics Method (Type)

Returns the metrics for the given type.

public static TypeMetrics GetTypeMetrics(
   Type type
);

Parameters

type
The type to get the metrics for.

Return Value

The metrics object for the type, or null if there is none.

See Also

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