PostSharp//API Reference/Post­Sharp.​Patterns.​Diagnostics.​Audit/Audit­Record/Target
Open sandboxFocus

Property Target

Target

Gets the instance on which the method was executed, or null if the method is a static method.

Declaration
public object Target { get; set; }
Property Value
Type Description
Object