Saturday, July 21, 2007

Fixed Keyword

Prevents relocation of a variable by the garbage collector
Fixed statement is only permitted in an unsafe context
The fixed statement sets a pointer to a managed variable and pins that variable during the execution of statement

No comments: