JaCIL Framework API

Mangler.MangleObjectDescriptor Method 

Mangles a CLI Type name to Java object descriptor form.

public static string MangleObjectDescriptor(
   string fullName
);

Parameters

fullName
The fully qualified type name.

Return Value

The descriptor of the type.

Remarks

This method does not deal with primitives nor arrays. It is purely to mangle a type name to internal descriptor form.

See Also

Mangler Class | JaCIL.Compiler.Util Namespace