Click or drag to resize
Llvm.NET LogoNativeModuleLoadFrom Method

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

Load a bit-code module from a given file

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public static NativeModule LoadFrom(
	string path,
	Context context
)

Parameters

path
Type: SystemString
path of the file to load
context
Type: Llvm.NETContext
Context to use for creating the module

Return Value

Type: NativeModule
Loaded NativeModule
See Also