开发者

What is $ArrayType$16008 in >net Reflector?

开发者 https://www.devze.com 2023-02-20 07:15 出处:网络
I\'m reflecting a c# dll and I see an internal static readonly $ArrayType$16008 can someone tell me what this?

I'm reflecting a c# dll and I see an internal static readonly $ArrayType$16008 can someone tell me what this?

[StructLa开发者_运维问答yout(LayoutKind.Explicit, Size=16008, Pack=1)]
public struct $ArrayType$16008
{
}

Did the compiler generate it? Or is it a UserDefined type that reflector can't see?


As the commentors say. The compiler generated it.

Whenever you see a dollar sign used outside a string, in reversed engineered c#-code, you can be quite sure, it's compiler generated.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号