 | ContextCreateMetadataString Method |
[This is preliminary documentation and is subject to change.]
Creates a metadata string from the given string
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic MDString CreateMetadataString(
string value
)
Parameters
- value
- Type: SystemString
string to create as metadata
Return Value
Type:
MDStringnew metadata string
See Also