Loupe - Log - Monitor - Resolve
Gibraltar.Agent.PostSharp Namespace / GTimer Class / CreateAspectConfiguration Method

In This Topic
    CreateAspectConfiguration Method (GTimer)
    In This Topic
    Method invoked at build time to create a concrete PostSharp.Aspects.Configuration.AspectConfiguration instance specifically for the current PostSharp.Aspects.Aspect type.
    Syntax
    'Declaration
     
    
    Protected Function CreateAspectConfiguration() As PostSharp.Aspects.Configuration.AspectConfiguration
    protected PostSharp.Aspects.Configuration.AspectConfiguration CreateAspectConfiguration()

    Return Value

    A new and empty instance of PostSharp.Aspects.Configuration.AspectConfiguration, whose concrete type corresponds to the concrete type of the PostSharp.Aspects.Aspect.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also