JaCIL Framework API

TypeMapper.MapMethodDescriptor Method (String, String[])

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

public static string MapMethodDescriptor(
   string returnType,
   params string[] paramTypes
);

Parameters

returnType
The return type as a fully qualified name.
paramTypes
The parameter types as fully qualified names.

Return Value

The mangled method descriptor.

See Also

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