Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Agent.PostSharp Namespace / GField Class


GField Class Methods

For a list of all members of this type, see GField members.

Public Methods
 NameDescription
Public MethodOverridden. Method invoked at build time to initialize the instance fields of the current aspect. This method is invoked before any other build-time method. PostSharp Infrastructure. Initializes the current object.  
Public MethodOverloaded. Overridden. PostSharp Infrastructure. Method invoked at build time to ensure that the aspect has been applied to the right target.  
Public MethodReturns a value that indicates whether this instance is equal to a specified object. (Inherited from System.Attribute)
Public MethodMethod invoked at build tome to get the imperative configuration of the current PostSharp.Aspects.Aspect. (Inherited from PostSharp.Aspects.Aspect)
Public MethodReturns the hash code for this instance. (Inherited from System.Attribute)
Public MethodWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from System.Attribute)
Public MethodWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from System.Attribute)
Public MethodMethod invoked instead of the Get semantic of the field or property to which the current aspect is applied, i.e. when the value of this field or property is retrieved. (Inherited from PostSharp.Aspects.LocationInterceptionAspect)
Public MethodOverridden. Method invoked instead of the Set semantic of the field or property to which the current aspect is applied, i.e. when the value of this field or property is changed.PostSharp Infrastructure. Method called instead of the set operation on the modified field.  
Public MethodOverridden. Initializes the current aspect. Initializes the current aspect.  
Top
Protected Methods
 NameDescription
Protected MethodMethod invoked at build time to create a concrete PostSharp.Aspects.Configuration.AspectConfiguration instance specifically for the current PostSharp.Aspects.Aspect type. (Inherited from PostSharp.Aspects.LocationInterceptionAspect)
Protected MethodAllows the formatting of the log message caption to be overridden.  
Protected MethodAllows the formatting of the log message description to be overridden.  
Protected MethodAllows the formatting of the field value to be overridden.  
Protected MethodInfrastructure. Used to safely determine the base category path for the current aspect. Will always return a non-empty value.  
Protected MethodCalculate the category from the root to the beginning of the autogenerated category.  
Protected MethodOverloaded.  (Inherited from PostSharp.Aspects.LocationLevelAspect)
Top
See Also