'Declaration
Public Function GetAspectConfiguration( _ ByVal targetElement As Object _ ) As PostSharp.Aspects.Configuration.AspectConfiguration
public PostSharp.Aspects.Configuration.AspectConfiguration GetAspectConfiguration( object targetElement )
Parameters
- targetElement
- Code element (System.Reflection.Assembly, System.Type, System.Reflection.FieldInfo, System.Reflection.MethodBase, System.Reflection.PropertyInfo, System.Reflection.EventInfo, System.Reflection.ParameterInfo, or PostSharp.Reflection.LocationInfo) to which the current PostSharp.Aspects.Aspect has been applied.
Return Value
An PostSharp.Aspects.Configuration.AspectConfiguration representing the imperative configuration of the current PostSharp.Aspects.Aspect.