Class CodeGenerator.Context
Inheritance
CodeGenerator.Context
Syntax
Constructors
Context(String, String, Boolean, String, Dictionary<String, GhostCodeGen>)
Declaration
public Context(string assembly, string generatedAssemblyNs, bool isRuntimeAssembly, string outputDir, Dictionary<string, GhostCodeGen> codeGenCache)
Parameters
Fields
AssemblyName
Declaration
public string AssemblyName
Field Value
batch
Declaration
public GhostCodeGen.Batch batch
Field Value
collectionAssemblies
Declaration
public HashSet<string> collectionAssemblies
Field Value
FieldState
Declaration
public CodeGenerator.Context.CurrentFieldState FieldState
Field Value
generatedNs
Declaration
public string generatedNs
Field Value
generatedTypes
Declaration
public HashSet<string> generatedTypes
Field Value
imports
Declaration
public HashSet<string> imports
Field Value
IsRuntimeAssembly
Declaration
public bool IsRuntimeAssembly
Field Value
outputFolder
Declaration
public string outputFolder
Field Value
typeCodeGenCache
Declaration
public Dictionary<string, GhostCodeGen> typeCodeGenCache
Field Value
Methods
ResetState()
Declaration