Class NativeProfiledAttribute
- Namespace
- System.Diagnostics
- Assembly
- mscorlib.dll
Indicates that a method will profiled by the runtime, providing it has profiling capabilities enabled.
[AttributeUsage(AttributeTargets.Constructor|AttributeTargets.Method, Inherited = false)]
public sealed class NativeProfiledAttribute : Attribute
- Inheritance
-
NativeProfiledAttribute
- Inherited Members
- Extension Methods
Remarks
This attribute is exclusive to the .NET nanoFramework runtime and has no effect on other runtimes.
Constructors
NativeProfiledAttribute()
public NativeProfiledAttribute()