JaCIL Framework API

TypeMapper.MapClassName Method (String)

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

public static string MapClassName(
   string typeName
);

Parameters

typeName
The type name.

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