JaCIL Framework API

TypeMapper.MapClassName Method (TypeReference)

Returns the mapped Java class name for the given Cecil type.

public static string MapClassName(
   TypeReference type
);

Parameters

type
The type.

Return Value

The JVM internal class name

Remarks

This is used for JVM instructions that take class name. It is the descriptor for array types and the native class name for regular types.

See Also

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