 | NativeModuleCreateMDNode Method |
[This is preliminary documentation and is subject to change.]
Create an
MDNode from a string
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic MDNode CreateMDNode(
string value
)
Parameters
- value
- Type: SystemString
String value
Return Value
Type:
MDNodeNew node with the string as
Operands[0] (as an MDString)
See Also