PostSharp//API Reference/Post­Sharp.​Reflection/Reflection­Search­Options
Open sandboxFocus

Class ReflectionSearchOptions

Inheritance
ReflectionSearchOptions
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public sealed class ReflectionSearchOptions : Enum

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.

value__