C# Класс ProjectGenerator.CustomActions

Показать файл Открыть проект

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

Метод Описание
ExecAsBatchFile ( CustomComponent rule ) : void
MergeInstructionWithComponent ( Component cp, CustomInstruction cinstr, Makefile mkfile ) : bool
determineAction ( CustomComponent rule ) : CustomAction
generateComponentFromRule ( CustomComponent rule, Makefile mkfile ) : Component
resolveClInstructionIntoComponent ( ClInstruction clInstruction, CustomComponent rule, Makefile mkfile ) : Component
resolveLinkInstruction ( LinkInstruction linkInstr, CustomComponent rule, Makefile mkfile ) : Component

Описание методов

ExecAsBatchFile() публичный статический Метод

public static ExecAsBatchFile ( CustomComponent rule ) : void
rule CustomComponent
Результат void

MergeInstructionWithComponent() публичный статический Метод

public static MergeInstructionWithComponent ( Component cp, CustomInstruction cinstr, Makefile mkfile ) : bool
cp Component
cinstr CustomInstruction
mkfile Makefile
Результат bool

determineAction() публичный статический Метод

public static determineAction ( CustomComponent rule ) : CustomAction
rule CustomComponent
Результат CustomAction

generateComponentFromRule() публичный статический Метод

public static generateComponentFromRule ( CustomComponent rule, Makefile mkfile ) : Component
rule CustomComponent
mkfile Makefile
Результат Component

resolveClInstructionIntoComponent() публичный статический Метод

public static resolveClInstructionIntoComponent ( ClInstruction clInstruction, CustomComponent rule, Makefile mkfile ) : Component
clInstruction ClInstruction
rule CustomComponent
mkfile Makefile
Результат Component

resolveLinkInstruction() публичный статический Метод

public static resolveLinkInstruction ( LinkInstruction linkInstr, CustomComponent rule, Makefile mkfile ) : Component
linkInstr LinkInstruction
rule CustomComponent
mkfile Makefile
Результат Component