C# Class ConsoleShared.ConsoleGetCommands

显示文件 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
GetCommands ( Assembly assembly ) : CommandList

Private Methods

Method Description
GetCommands ( IEnumerable commandClasses, Assembly assembly ) : CommandList
IsAsyncMethod ( MemberInfo method ) : bool

Method Details

GetCommands() public static method

public static GetCommands ( Assembly assembly ) : CommandList
assembly System.Reflection.Assembly
return CommandList