bigloo.foreign.bgl_gethostname C# (CSharp) Method

bgl_gethostname() public static method

public static bgl_gethostname ( ) : byte[]
return byte[]
        public static byte[] bgl_gethostname()
        {
            Console.Out.WriteLine( "bgl_gethostname(runtime/CSlib/foreign.cs) not implemented" );
             return getbytes( "localhost" );
        }
foreign