Method Detach
Detach()
Detaches the underlying buffer from automatic management
Declaration
public void Detach()
Remarks
This is used when passing the memory buffer to an LLVM object (like TargetBinary
that takes ownership of the underlying buffer. Any use of the buffer after this point results in
an InvalidOperationException.
public void Detach()
This is used when passing the memory buffer to an LLVM object (like TargetBinary that takes ownership of the underlying buffer. Any use of the buffer after this point results in an InvalidOperationException.