Click or drag to resize
Llvm.NET LogoMemoryBuffer Constructor

[This is preliminary documentation and is subject to change.]

Load a file as an LLVM Memory Buffer

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public MemoryBuffer(
	string path
)

Parameters

path
Type: SystemString
Path of the file to load into a MemoryBuffer
See Also