Skip to content

这是一个执行C#源码工具,无需构建你的页面。

License

Notifications You must be signed in to change notification settings

mainxx/CsOutput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mainxx.CsOutput

这是一个执行C#源码工具,无需构建你的页面。

Nuget Install

public class RunMe
{
    [STAThread]
    public static void Main()
    {
        Mainxx.CsOutput.CsOutput output = new Mainxx.CsOutput.CsOutput(typeof(RunMe),new string[] { "Demo","Category"});
        output.Run();
    }
}

[Mainxx.CsOutput.Example("Demo", "this demo1", Prefix = "Demo")]
public class Demo1
{
    public void Run()
    {
        string demo = "Mainxx.CsOutput";
        string output = "Demo1";
        Console.WriteLine($"{demo}---{output}");
    }
}

one

two

About

这是一个执行C#源码工具,无需构建你的页面。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published