I was reading Inside C#, and i am stumbled upon Type.IsAutoClass.
The documentation says
true if the string format attribute AutoClass is selected for the Type; otherwise, false.
The question is What is AutoClass and how due it impacts a Type?
Note that this is academic question, and there is no practical usage (to best of my knowledge) in projects, I am associated with.
It is part of the
TypeAttributesEnumeration:And the remarks:
So, this is used for interop, in how strings constants are interpreted.
By the way - LPTSTR.