JaCIL Framework API

TypeMapper.GetTypeMetrics Method (String)

Returns the metrics for the given type.

public static TypeMetrics GetTypeMetrics(
   string type
);

Parameters

type
The name of the type.

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