示例#1
0
        public static string Index(JasperRuntime runtime)
        {
            var writer = new StringWriter();

            runtime.Describe(writer);

            return(writer.ToString());
        }