JaCIL Framework API

TypeMapper.GetPointerClassName Method (String)

Returns the pointer java class for the given type name.

public static string GetPointerClassName(
   string typeName
);

Parameters

typeName
The type name of the underlying type (i.e. System.Int32).

Return Value

The name of the pointer class.

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace | TypeMapper.GetPointerClassName Overload List