ReflectionSearchOptions Enumeration |
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
C#
[FlagsAttribute] public enum ReflectionSearchOptions
Member name | Value | Description | |
---|---|---|---|
None | 0 | No option. | |
IncludeDerivedTypes | 1 | Include relationships referencing a derived type (instead of exactly that type). | |
IncludeTypeElement | 2 | Include relationships referencing a type signature including the given type (instead of only the given type). |