Hello, > [MethodImpl (MethodImplOptions.InternalCall)] > extern private static string InternalCodePage (); > > Is it something like a native method in Java? Where can I find the source > code? This is a method implemented by the runtime. Those methods are implemented in C in `mono/mono/metadata' Miguel