Definition at line 31 of file TypeNameParser.cs.
◆ TypeNameParser()
| IKVM.Reflection.TypeNameParser.TypeNameParser |
( |
ref Parser | parser, |
|
|
bool | withAssemblyName ) |
Definition at line 115 of file TypeNameParser.cs.
116 {
117 var genericParameter = parser.pos != 0;
118 name = parser.NextNamePart();
119
122
125
128
130 if (withAssemblyName)
132 }
readonly short[] modifiers
readonly TypeNameParser[] genericParameters
readonly string assemblyName
◆ assemblyName
| readonly string IKVM.Reflection.TypeNameParser.assemblyName |
◆ BYREF
| const short IKVM.Reflection.TypeNameParser.BYREF = -2 |
|
static |
◆ genericParameters
| readonly TypeNameParser [] IKVM.Reflection.TypeNameParser.genericParameters |
◆ modifiers
| readonly short [] IKVM.Reflection.TypeNameParser.modifiers |
◆ name
| readonly string IKVM.Reflection.TypeNameParser.name |
◆ nested
| readonly string [] IKVM.Reflection.TypeNameParser.nested |
◆ POINTER
| const short IKVM.Reflection.TypeNameParser.POINTER = -3 |
|
static |
◆ SpecialChars
| const string IKVM.Reflection.TypeNameParser.SpecialChars = "\\+,[]*&" |
|
static |
◆ SZARRAY
| const short IKVM.Reflection.TypeNameParser.SZARRAY = -1 |
|
static |
The documentation for this struct was generated from the following file: