Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
[Flags]
public enum ReflectionSearchOptions
Fields
Name | Description |
---|---|
IncludeDerivedTypes | Include relationships referencing a derived type (instead of exactly that type). |
IncludeTypeElement | Include relationships referencing a type signature including the given type (instead of only the given type). |
None | No option. |