Method Emit
Emit(MaterializationResponsibility, MemoryBuffer)
Emits an object buffer to the object layer
public void Emit(MaterializationResponsibility resp, MemoryBuffer objBuffer)
Parameters
resp
MaterializationResponsibilityMaterialization Responsibility
objBuffer
MemoryBufferObject 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.