Enum ComdatKind
Comdat kind/behavior
public enum ComdatKind
Fields
Any = 0
Linker may choose any COMDAT key, the choice is arbitrary
ExactMatch = 1
Linker may choose any COMDAT key but sections must contain the same data
Largest = 2
The linker will choose the largest section containing the targets COMDAT key
NoDuplicates = 3
The linker requires that only one section with this COMDAT key exists
SameSize = 4
Linker may choose any COMDAT key but sections must contain the same amount of data