As i saw this word being used with blittable and non-blittable datatype
i couldn't help but laugh... who comes up with this stuff??
Blittable types are datatypes that don't require conversion when passed between managed and unmanaged code while
non-blittable datatypes are represented differently in managed and unmanaged code.
Complete explanation
here