Click or drag to resize
Llvm.NET LogoNativeModule Constructor (String, Context)

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

Creates an named module in a given context

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

Parameters

moduleId
Type: SystemString
Module's ID
context
Type: Llvm.NETContext
Context for the module
See Also