C# Class Microsoft.HockeyApp.Extensibility.Windows.PageViewTelemetryModule

Windows RunTime page view telemetry module.
Inheritance: ITelemetryModule, IDisposable
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Свойство Type Description
GetRootObject System.Windows.DependencyObject
PageViewTelemetryModule global::Windows.UI.Xaml
Track void
TrackFramesInObjectTree void
TrackPageView void

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Initialize ( ) : void

Initialize method is called after all configuration properties have been loaded from the configuration.

Private Methods

Méthode Description
GetRootObject ( ) : DependencyObject
PageViewTelemetryModule ( ) : global::Windows.UI.Xaml

Initializes a new instance of the PageViewTelemetryModule class.

Track ( System.Windows.Controls.Frame frame ) : void
TrackFramesInObjectTree ( DependencyObject currentNode ) : void
TrackPageView ( string pageName, System.TimeSpan duration ) : void

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Initialize() public méthode

Initialize method is called after all configuration properties have been loaded from the configuration.
public Initialize ( ) : void
Résultat void