Enum TypeRefFlags
- Namespace
- Microsoft.VisualStudio.Composition.Reflection
- Assembly
- Microsoft.VisualStudio.Composition.dll
Flags that describe a type.
[Flags]
public enum TypeRefFlags
Fields
Array = 1Identifies an array.
IsValueType = 2Identifies a value type (as opposed to a reference type).
None = 0No flags.