C# 클래스 Golem.Core.RecipeCataloger

파일 보기 프로젝트 열기: tobinharris/golem 1 사용 예제들

공개 메소드들

메소드 설명
CatalogueRecipes ( ) : IList

GetRecipeAttributeOrNull ( Type type ) : RecipeAttribute
RecipeCataloger ( ) : System

비공개 메소드들

메소드 설명
AddTasksToRecipe ( Type type, Recipe recipe ) : void
CreateDependentTasks ( Type type, TaskAttribute taskAttribute, Task task ) : void
CreateRecipeFromAttribute ( Type type, RecipeAttribute recipeAtt ) : Recipe
CreateTaskFromAttribute ( MethodInfo method, TaskAttribute ta ) : Task
ExtractRecipesFromPreLoadedAssemblies ( ) : void
ExtractRecipesFromType ( Type type, LoadedAssemblyInfo la ) : void
PreLoadAssembliesToPreventAssemblyNotFoundError ( FileInfo assemblyFiles ) : void

메소드 상세

CatalogueRecipes() 공개 메소드

public CatalogueRecipes ( ) : IList
리턴 IList

GetRecipeAttributeOrNull() 공개 메소드

public GetRecipeAttributeOrNull ( Type type ) : RecipeAttribute
type System.Type
리턴 RecipeAttribute

RecipeCataloger() 공개 메소드

public RecipeCataloger ( ) : System
리턴 System