Table of Contents

Enum TypeRefFlags

Namespace
Microsoft.VisualStudio.Composition.Reflection
Assembly
Microsoft.VisualStudio.Composition.dll

Flags that describe a type.

[Flags]
public enum TypeRefFlags

Fields

Array = 1

Identifies an array.

IsValueType = 2

Identifies a value type (as opposed to a reference type).

None = 0

No flags.