PostSharpAPI ReferencePost­Sharp.​ReflectionReflection­Search­Options
Open sandboxFocus

ReflectionSearchOptions Class

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__