bigloo.foreign.bgl_dunload C# (CSharp) Method

bgl_dunload() public static method

public static bgl_dunload ( byte filename ) : int
filename byte
return int
        public static int bgl_dunload( byte[] filename )
        {
            return 1;
        }
foreign