JaCIL Framework API

TypeMapper.GetPointerPrefixedClassName Method 

Returns the pointer java class for the given type name.

public static string GetPointerPrefixedClassName(
   string prefix,
   string typeName
);

Parameters

prefix
The class name prefix.
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