JaCIL Framework API

TypeMapper.MapDescriptor Method (TypeReference)

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

public static string MapDescriptor(
   TypeReference type
);

Parameters

type
The Cecil type reference to get the name from.

Return Value

The Java descriptor for the type referred to.

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace | TypeMapper.MapDescriptor Overload List | Mangler