io.joern.csharpsrc2cpg.datastructures.CSharpProgramSummary
See theCSharpProgramSummary companion object
case class CSharpProgramSummary(namespaceToType: NamespaceToTypeMap, imports: Set[String]) extends ProgramSummary[CSharpType, CSharpMethod, CSharpField]
A mapping of type stubs of known types within the scope of the analysis.
Value parameters
- namespaceToType
-
mappings to create the scope from
Attributes
- See also
-
CSharpProgramSummary.jsonToInitialMapping for generating initial mappings.
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article