C# Класс Golem.Core.RecipeCataloger

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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