In This Topic
The following tables list the members exposed by GField.
Public Constructors
Public Properties
| Name | Description |
| AspectPriority | Gets or sets the weaving priority of the aspect. (Inherited from PostSharp.Aspects.Aspect) |
| AttributeExclude | If true, indicates that this attribute removes all other instances of the same attribute type from the set of elements defined by the current instance. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeId | (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeInheritance | Determines whether this attribute is inherited (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributePriority | Gets or sets the priority of the current attribute in case that multiple instances are defined on the same element (lower values are processed before). (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeReplace | Determines whether this attribute replaces other attributes found on the target declarations. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeTargetAssemblies | Gets or sets the assemblies to which the current attribute apply. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeTargetElements | Gets or sets the kind of elements to which this custom attributes applies. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeTargetExternalMemberAttributes | Gets or sets the visibilities, scopes, virtualities, and implementation of members to which this attribute applies, when the member is external to the current module. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeTargetExternalTypeAttributes | Gets or sets the visibilities of types to which this attribute applies, when this type is external to the current module. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeTargetMemberAttributes | Gets or sets the visibilities, scopes, virtualities, and implementation of members to which this attribute applies. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeTargetMembers | Gets or sets the expression specifying to which members this instance applies. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeTargetParameterAttributes | Gets or sets the passing style (by value, out or ref) of parameters to which this attribute applies. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeTargetParameters | Gets or sets the expression specifying to which parameters this instance applies. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeTargetTypeAttributes | Gets or sets the visibilities of types to which this attribute applies. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| AttributeTargetTypes | Gets or sets the expression specifying to which types this instance applies. (Inherited from PostSharp.Extensibility.MulticastAttribute) |
| BaseCategory | The top level category for log messages and metrics. Defaults to the name of the current application. |
| Category | Dot-delimited category for the metric related to this field within all fields for the current application. |
| Enabled | Enables or disables field monitoring for the entire application. Enabled by default. |
| EnableSourceLookup | Enables or disables lookup of source line and method. Enabled by default. |
| InstanceNamer | Name of the class property used to name instances of the monitored field. Optional. |
| LogValue | Enables or disables recording of values. Enabled by default. |
| LogValueDetails | Enables or disables recording of object detail for parameters via ToString. Enabled by default. |
| Name | Name of this specific metric in Gibraltar Analyst. Default value is the name of the monitored field. |
| TypeId | When implemented in a derived class, gets a unique identifier for this System.Attribute. (Inherited from System.Attribute) |
| Units | Units to be displayed in the legend when graphing this field in Gibraltar Analyst. |
Top
Protected Properties
| Name | Description |
| SerializerType | Gets or sets the System.Type of the serializer (a type derived from PostSharp.Aspects.Serialization.AspectSerializer) used to serialize the aspect instance at build time and deserialize it at runtime. (Inherited from PostSharp.Aspects.Aspect) |
Top
Public Methods
| Name | Description |
| CompileTimeInitialize | Overridden. 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. |
| CompileTimeValidate | Overloaded. Overridden. PostSharp Infrastructure. Method invoked at build time to ensure that the aspect has been applied to the right target. |
| Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from System.Attribute) |
| GetAspectConfiguration | Method invoked at build tome to get the imperative configuration of the current PostSharp.Aspects.Aspect. (Inherited from PostSharp.Aspects.Aspect) |
| GetHashCode | Returns the hash code for this instance. (Inherited from System.Attribute) |
| IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from System.Attribute) |
| Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from System.Attribute) |
| OnGetValue | Method 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) |
| OnSetValue | Overridden. 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. |
| RuntimeInitialize | Overridden. Initializes the current aspect. Initializes the current aspect. |
Top
See Also