JaCIL Framework API

TypeMapper.MapClassName Method

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

Overload List

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

public static string MapClassName(TypeReference);

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

public static string MapClassName(string);

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace