Benjamin Leon Russell wrote:

> However, according to the C# Language Reference,
> "For developers who are generally content with
> automatic memory management but sometimes need
> fine-grained control or that extra iota of
> performance, C# provides the ability to write
> “unsafe” code. Such code can deal directly with
> pointer types, and fix objects to temporarily
> prevent the garbage collector from moving them."
> [Section 1.2]

I hadn't known that. Guess I didn't read far enough, or perhaps it wasn't
covered in the book I was reading. I agree that this is likely to be abused.

Craig



Reply via email to