Performance Class

Definition

Caution

This type is obsolete and will be removed in a future version.

Internal API for Microsoft.Maui.Controls platform use.

public ref class Performance
[System.Obsolete("This type is obsolete and will be removed in a future version.", true)]
public class Performance
public class Performance
[<System.Obsolete("This type is obsolete and will be removed in a future version.", true)>]
type Performance = class
type Performance = class
Public Class Performance
Inheritance
Performance
Attributes

Remarks

For internal use only. This API can be changed or removed without notice at any time.

Constructors

Name Description
Performance()

Properties

Name Description
Provider

Internal API for Microsoft.Maui.Controls platform use.

Methods

Name Description
SetProvider(IPerformanceProvider)

Internal API for Microsoft.Maui.Controls platform use.

Start(String, String, String, String)

Starts a performance measurement, returning a reference for later stopping.

Start(String, String, String, String)

Starts a performance measurement with an existing reference.

Stop(String, String, String, String)

Internal API for Microsoft.Maui.Controls platform use.

Applies to