The ModuleRef table has the following column:
- Name (an index into the String heap)
The rows in the ModuleRef table result from .module extern directives in the Assembly (§II.6.5).
This contains informative text only.
-
Name shall index a non-empty string in the String heap. This string shall enable the CLI to locate the target module (typically, it might name the file used to hold the module) [ERROR]
-
There should be no duplicate rows [WARNING]
-
Name should match an entry in the Name column of the File table. Moreover, that entry shall enable the CLI to locate the target module (typically it might name the file used to hold the module) [ERROR]
End informative text.