|
|
Автор:
|
Andrew
|
|
Тема:
|
Re[4]: Зачем оно надо?.........
|
|
Дата:
|
5/18/2001 10:04:00 PM
|
> "Да и unmanaged code на нём не напишешь"
> -- На C# его тоже не напишешь...
Очень даже напишешь. Название управляемый пошло из-за присутствия GC.
C# allows you to write unmanaged code — code using pointers — in cases where performance is critical or in other situations where pointers are required.
Note that unmanaged code is not verifiable by the Common Language Runtime and can only be executed when trusted.
Читайте классику (ms-help://MSDNVS/csref/html/vcwlkUnsafeCodeTutorial.htm)
|
|