 | NativeModule Constructor (String, Context) |
[This is preliminary documentation and is subject to change.]
Creates an named module in a given context
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic NativeModule(
string moduleId,
Context context
)
Parameters
- moduleId
- Type: SystemString
Module's ID - context
- Type: Llvm.NETContext
Context for the module
See Also