Table of Contents

Method Emit

Namespace
Ubiquity.NET.Llvm.OrcJITv2
Assembly
Ubiquity.NET.Llvm.dll

Emit(MaterializationResponsibility, MemoryBuffer)

Emits an object buffer to the object layer

public void Emit(MaterializationResponsibility resp, MemoryBuffer objBuffer)

Parameters

resp MaterializationResponsibility

Materialization Responsibility

objBuffer MemoryBuffer

Object buffer to emit

Remarks

Ownership of both parameters is transferred to the native code. Calling Dispose() on either after this is called is a NOP, other operations result in an ObjectDisposedException.