ProfileAttribute Constructor(PortableFormatterConstructorContext)

MNG Profiler

MNG.Direct Documentation


MNG.Profiler Namespace > ProfileAttribute Class > ProfileAttribute Constructor : ProfileAttribute Constructor(PortableFormatterConstructorContext)
ProfileAttribute Constructor(PortableFormatterConstructorContext)
Syntax
'Declaration
 
<CompilerGeneratedAttribute()>
Protected Function New( _
   ByVal context As PostSharp.Serialization.PortableFormatterConstructorContext _
)
'Usage
 
Dim context As PostSharp.Serialization.PortableFormatterConstructorContext
 
Dim instance As New ProfileAttribute(context)
[CompilerGenerated()]
protected ProfileAttribute( 
   PostSharp.Serialization.PortableFormatterConstructorContext context
)
[CompilerGenerated()]
protected:
ProfileAttribute( 
   PostSharp.Serialization.PortableFormatterConstructorContext^ context
)

Parameters

context
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