PostSharpAPI ReferencePost­Sharp.​ReflectionLocation­Kind
Open sandboxFocus

LocationKind Class

Enumerates the kinds of code elements that can be encapsulated by a LocationInfo.

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

Fields

Name Description
Field

System.Reflection.FieldInfo.

Parameter

A ParameterInfo representing a parameter (not a ReturnValue).

Property

System.Reflection.PropertyInfo.

ReturnValue

A ParameterInfo representing a return value.

value__