Ben,
>What is the equivalent of the Intermediate Langauge instruction .data in C#?
There's no direct equivalent that you can use in a generic way.
However, the compiler uses .data for array initializers.
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.