JaCIL Framework API

TypeMapper.MapMethodDescriptor Method (MethodReference)

Returns the mapped Java method descriptor for the signature defined by this methods parameters.

public static string MapMethodDescriptor(
   MethodReference meth
);

Parameters

meth
The method reference to map from.

Return Value

The mangled method descriptor.

See Also

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