GeneratorUtils.ProcessCodeGenerationOptionMacros Method |
Processes the code generation option macros in the string passed in and returns the new string.
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic static string ProcessCodeGenerationOptionMacros(
string toProcess,
IGroupableElement currentElement,
IGenerator executingGenerator
)
Public Shared Function ProcessCodeGenerationOptionMacros (
toProcess As String,
currentElement As IGroupableElement,
executingGenerator As IGenerator
) As String
Parameters
- toProcess
- Type: System.String
To process. - currentElement
- Type: SD.LLBLGen.Pro.ApplicationCore.IGroupableElement
The current element. - executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCore.IGenerator
The executing generator.
Return Value
Type:
String
The toProcess string with all macros inside it processed.
See Also