Click or drag to resize
Llvm.NET LogoContextCreateMetadataString 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
Syntax
C#
public MDString CreateMetadataString(
	string value
)

Parameters

value
Type: SystemString
string to create as metadata

Return Value

Type: MDString
new metadata string
See Also