This is part of the TypeAttributes Listing:
AutoClass - LPTSTR is interpreted automatically.
And comments:
The members of this enumeration class correspond to the CorTypeAttr enumerator, as defined in the corhdr.h file.
So, this is used to interact with how string constants are interpreted.
By the way, LPTSTR .
Odded source share