C# Class Microsoft.R.ExecutionTracing.RBrowseEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
RBrowseEventArgs ( IRSessionContext context, bool isStepCompleted, IReadOnlyCollection breakpointsHit ) : System

Method Details

RBrowseEventArgs() public méthode

public RBrowseEventArgs ( IRSessionContext context, bool isStepCompleted, IReadOnlyCollection breakpointsHit ) : System
context IRSessionContext
isStepCompleted bool
breakpointsHit IReadOnlyCollection
Résultat System