LocationInitializationArgs Class |
Represents information about a location that has just been initialized. Used in OnInstanceLocationInitialized(LocationInitializationArgs).
System.Object
PostSharp.Aspects.AdviceArgs
LocationLevelAdviceArgs
PostSharp.Aspects.LocationInitializationArgs
PostSharp.Aspects.AdviceArgs
LocationLevelAdviceArgs
PostSharp.Aspects.LocationInitializationArgs
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class LocationInitializationArgs : LocationLevelAdviceArgs
The LocationInitializationArgs type exposes the following members.
Name | Description | |
---|---|---|
DeclarationIdentifier |
Gets the DeclarationIdentifier of the declaration to which the
advice has been applied.
(Inherited from AdviceArgs.) | |
Instance |
Gets or sets the object instance on which the method is being executed.
(Inherited from AdviceArgs.) | |
Value |
Gets the initial value of the location.
(Overrides LocationLevelAdviceArgs.Value.) |