Loupe - Log - Monitor - Resolve
Gibraltar.Agent.PostSharp Namespace / GFeature Class
Properties Methods


In This Topic
    GFeature Class Members
    In This Topic

    The following tables list the members exposed by GFeature.

    Public Constructors
     NameDescription
    Public ConstructorGFeaure is a GSharp attribute for monitoring feature usage.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the weaving priority of the aspect. (Inherited from PostSharp.Aspects.Aspect)
    Public PropertyIf 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)
    Public Property (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyDetermines whether this attribute is inherited (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets 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)
    Public PropertyDetermines whether this attribute replaces other attributes found on the target declarations. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the assemblies to which the current attribute apply. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the kind of elements to which this custom attributes applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets 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)
    Public PropertyGets 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)
    Public PropertyGets or sets the visibilities, scopes, virtualities, and implementation of members to which this attribute applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the expression specifying to which members this instance applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the passing style (by value, out or ref) of parameters to which this attribute applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the expression specifying to which parameters this instance applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the visibilities of types to which this attribute applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the expression specifying to which types this instance applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyThe top level category for log messages and metrics. Defaults to the name of the current application. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase)
    Public PropertyThe display caption for this type of functionality. Defaults to "Feature Usage"  
    Public PropertyDot-delimited category for the metric related to this feature within all features for the current application.  
    Public Propertystatic (Shared in Visual Basic)Enables or disables recording for all methods tagged with GFeature in the current process. Enabled by default.  
    Public PropertyEnables lookup of source line and method. Enabled by default.  
    Public PropertyThe severity to use for reporting exception exits. Defaults to Error.  
    Public PropertyEnables or disables recording of object detail for parameters via ToString. Enabled by default.  
    Public PropertyEnables or disables recording of parameters and their values. Enabled by default.  
    Public PropertyEnables or disables recording of the method return value (if declared). Enabled by default.  
    Public PropertyThe severity to use for routine messages. Defaults to Information.  
    Public PropertyName of this specific metric in Gibraltar Analyst. Default value is the of the method tagged with the GFeature attribute.  
    Public PropertyWhen implemented in a derived class, gets a unique identifier for this System.Attribute. (Inherited from System.Attribute)
    Top
    Protected Properties
     NameDescription
    Protected PropertyA display caption that is calculated at compile time rather then runtime for efficiency. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase)
    Protected PropertyGets 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
     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. The method stores values that will allow for faster run-time execution. PostSharp Infrastructure. This method pre-computes as much as possible at compile time to minimize runtime processing requirements.  
    Public MethodOverloaded.  (Inherited from PostSharp.Aspects.MethodLevelAspect)
    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 MethodOverridden. Method executed before the body of methods to which this aspect is applied. PostSharp Infrastructure. This method is called each time a tagged method is called.  
    Public MethodMethod executed after the body of methods to which this aspect is applied, in case that the method resulted with an exception. (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
    Public MethodOverridden. Method executed after the body of methods to which this aspect is applied, even when the method exists with an exception (this method is invoked from the finally block). PostSharp Infrastructure. This method is called when the method returns.  
    Public MethodMethod executed after the body of methods to which this aspect is applied, but only when the method successfully returns (i.e. when no exception flies out the method.). (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
    Public MethodInitializes the current aspect. (Inherited from PostSharp.Aspects.MethodLevelAspect)
    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.OnMethodBoundaryAspect)
    Protected MethodInfrastructure. Safely determine the base category path for the current aspect. Will always return a non-empty value. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase)
    Protected MethodCalculate the category from the root to the beginning of the autogenerated category. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase)
    Protected MethodOverloaded.  (Inherited from PostSharp.Aspects.MethodLevelAspect)
    Top
    See Also